diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5c93f45 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + 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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c160a9 --- /dev/null +++ b/README.md @@ -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= WALLABAG_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.