aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-05-09 23:50:03 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-05-09 23:50:03 +0200
commite9c34b2a539052ca82eebc6c1d474d59c6ec6690 (patch)
tree0c831c24f25f6accbb7a046d15a4b8f190a71389 /README.md
parentf2b0c6787996f205bc71c4e059a69b9427672b1d (diff)
downloadlocal-nhentai-e9c34b2a539052ca82eebc6c1d474d59c6ec6690.tar.xz
Add multiple tags selector and speed up doujin stats
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 385f365..f195b54 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@ Remember to install NPM deps: `npm install`
`node select.js`: Open fzf/überzug menu to select a doujin. Shows a list of tags first. When a tag is selected, shows all doujins with that tag and lets the user select one, displaying the thumbnails of the doujins at the side. The "\*" tag can be used to search/select from all doujins.
+`node multiple-tags.js <tag1> <tag2> ...`: Open fzf/überzug menu with doujins that match all given tags (tags separated by whitespace).
+
`node stats-doujins.js`: Displays number of downloaded doujins, total size and average size per doujin
`node stats-tags.js`: Displays tags sorted by how many doujins are available for each tag. May produce long output, you might want to pipe it into `head`, `grep` or `less`.