first commit
This commit is contained in:
26
README.md
26
README.md
@@ -1,3 +1,27 @@
|
||||
# booru-tools
|
||||
|
||||
scripts for downloading and tagging images from booru websites
|
||||
scripts for downloading and tagging images from booru websites
|
||||
|
||||
stores tags in `user.xdg.tags` xattr
|
||||
|
||||
tags work with KDE dolphin / KDE's baloo file indexer, idk about other desktop environments
|
||||
|
||||
see https://wiki.archlinux.org/title/Extended_attributes
|
||||
|
||||
These took me a whole morning to write. Its very much WIP...
|
||||
|
||||
```
|
||||
./gelbdl.sh [-t] [-s]
|
||||
Simply make a files.txt inside a folder and paste all your links, then run this script to download them all!
|
||||
-h shows this help message
|
||||
-t downloads using tor (requires torsocks)
|
||||
-s sets the delay after each request, defaults to 1
|
||||
```
|
||||
|
||||
```
|
||||
./gelbtag.sh [-t] [-s]
|
||||
Tags existing pictures inside a folder
|
||||
-h shows this help message
|
||||
-t downloads using tor (requires torsocks)
|
||||
-s sets the delay after each request, defaults to 1
|
||||
```
|
||||
Reference in New Issue
Block a user