docs: update roadmap

This commit is contained in:
2025-12-20 16:00:03 +01:00
parent f53e5bb527
commit 3f9ef6527f

View File

@@ -34,6 +34,8 @@ uv run python -m skywipe.cli follows # unfollow all
uv run python -m skywipe.cli bookmarks # delete bookmarks uv run python -m skywipe.cli bookmarks # delete bookmarks
``` ```
Use the `--yes` flag to skip the confirmation prompt and proceed with the operation.
## Configuration ## Configuration
If you run the tool for the first time, it will prompt you to use `skywipe configure` to create the configuration file, which is located in `~/.config/skywipe/config.yml` : If you run the tool for the first time, it will prompt you to use `skywipe configure` to create the configuration file, which is located in `~/.config/skywipe/config.yml` :
@@ -62,7 +64,7 @@ BE SURE TO USE A [BLUESKY APP PASSWORD](https://blueskyfeeds.com/faq-app-passwor
- [x] remove bookmarks - [x] remove bookmarks
- [x] make `all` run the other commands - [x] make `all` run the other commands
- [x] add simple progress and logging - [x] add simple progress and logging
- [ ] add safeguards (confirmation, dry-run flag) - [x] add safeguards (confirmation, dry-run flag)
- [ ] decent code architecture - [ ] decent code architecture
- [ ] installation and run process - [ ] installation and run process