14 lines
653 B
Markdown
14 lines
653 B
Markdown
# 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.
|