No description
Find a file
2025-01-09 19:48:44 -05:00
src Working! 2025-01-09 09:43:32 -05:00
.gitignore Initial commit: Successfully gets client 2025-01-06 17:56:36 -05:00
Cargo.lock Initial commit: Successfully gets client 2025-01-06 17:56:36 -05:00
Cargo.toml Initial commit: Successfully gets client 2025-01-06 17:56:36 -05:00
LICENSE Add LICENSE and README 2025-01-09 19:48:44 -05:00
README.md Add LICENSE and README 2025-01-09 19:48:44 -05:00

untagged-tagger

(N.B.: This software has not been made very useful for the non-amcooper user.)

This utility finds all your (well, my) Wallabag entries, and tags all the untagged ones "untagged". This allows the user to filter on the new tag, as there's no way to run a filter on untagged entries in the web UI.

Run the utility as follows: WALLABAG_CLIENT_SECRET=<client-secret> WALLABAG_PASSWORD=<password> cargo run

It's a bit YOLO. There's almost no logging, no dry run, no way to limit the number of candidate entries, in general no way to recover if something goes awry. Even so, it can't really do a ton of damage as currently constructed.