diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-09 23:50:03 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-09 23:50:03 +0200 |
commit | e9c34b2a539052ca82eebc6c1d474d59c6ec6690 (patch) | |
tree | 0c831c24f25f6accbb7a046d15a4b8f190a71389 /README.md | |
parent | f2b0c6787996f205bc71c4e059a69b9427672b1d (diff) | |
download | local-nhentai-e9c34b2a539052ca82eebc6c1d474d59c6ec6690.tar.xz |
Add multiple tags selector and speed up doujin stats
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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`. |