Add LICENSE and README
This commit is contained in:
parent
2a20538f0c
commit
1351e163c6
2 changed files with 22 additions and 0 deletions
13
LICENSE
Normal file
13
LICENSE
Normal file
|
@ -0,0 +1,13 @@
|
|||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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.
|
Loading…
Add table
Reference in a new issue