From 0ec562e0d25ae1e3f118d035804ec3a1ecf5bb2c Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 18 Dec 2025 14:32:59 +0100 Subject: [PATCH] docs: add bookmarks on the roadmap --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e72e1e4..89a443a 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ When installation will be worked out, you'll be able to : ```bash skywipe all # target everything skywipe configure # create configuration -skywipe posts # only posts -skywipe medias # only posts with medias -skywipe likes # only likes -skywipe reposts # only reposts -skywipe follows # only follows +skywipe posts # delete posts +skywipe medias # delete posts with medias +skywipe likes # delete likes +skywipe reposts # delete reposts +skywipe follows # delete follows +skywipe bookmarks # delete follows ``` While it's being developed, you can use the tool using `uv` : @@ -37,11 +38,12 @@ While it's being developed, you can use the tool using `uv` : ```bash uv run main.py all # target everything uv run main.py configure # create configuration -uv run main.py posts # only posts -uv run main.py medias # only posts with medias -uv run main.py likes # only likes -uv run main.py reposts # only reposts -uv run main.py follows # only follows +uv run main.py posts # delete posts +uv run main.py medias # delete posts with medias +uv run main.py likes # delete likes +uv run main.py reposts # delete reposts +uv run main.py follows # delete follows +uv run main.py bookmarks # delete bookmarks ``` ### Configuration @@ -68,6 +70,7 @@ BE SURE TO USE A [BLUESKY APP PASSWORD](https://blueskyfeeds.com/faq-app-passwor - [ ] remove likes - [ ] remove reposts - [ ] unfollow accounts +- [ ] remove bookmarks - [ ] make `all` run the other commands - [ ] add simple progress and logging - [ ] add safeguards like confirmations and clear dry-run info