docs: update readme

This commit is contained in:
2025-12-19 12:51:30 +01:00
parent c396ba8ae9
commit 5ff25b3eb6

View File

@@ -20,22 +20,6 @@ uv sync
## How to run ## How to run
When installation will be worked out, you'll be able to :
```bash
skywipe all # target everything
skywipe configure # create configuration
skywipe posts # delete posts
skywipe medias # delete posts with medias
skywipe likes # undo likes
skywipe reposts # undo reposts
skywipe quotes # delete quotes
skywipe follows # unfollow all
skywipe bookmarks # delete bookmarks
```
### Running with `uv` (without installation)
While it's being developed, you can use the tool using `uv` : While it's being developed, you can use the tool using `uv` :
```bash ```bash
@@ -72,7 +56,7 @@ BE SURE TO USE A [BLUESKY APP PASSWORD](https://blueskyfeeds.com/faq-app-passwor
- [x] delete posts in batch - [x] delete posts in batch
- [x] only delete posts with media - [x] only delete posts with media
- [x] undo likes - [x] undo likes
- [ ] undo reposts - [x] undo reposts
- [ ] delete quotes - [ ] delete quotes
- [ ] unfollow accounts - [ ] unfollow accounts
- [ ] remove bookmarks - [ ] remove bookmarks