aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>2022-05-09 20:40:35 +0200
committerGitHub <noreply@github.com>2022-05-09 20:40:35 +0200
commitc67b8f978dd2ed255fdacc07d398d96ad80dd1ee (patch)
treedf11442f20326fa8af066a04d08b2292a9a5dfaf
parente1820ccf780f6ae62b606ed21f1816ba7d456476 (diff)
downloadlocal-nhentai-c67b8f978dd2ed255fdacc07d398d96ad80dd1ee.tar.xz
Fix markdown
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf90880..385f365 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,16 @@ Remember to install NPM deps: `npm install`
# Usage
-`nhentai --id ${id}`: Download a doujin
+`nhentai --id ${id}`: Download a doujin.
+
`node symlinks.js`: Updates symlinks. Must be run whenever new doujins have been added, otherwise they will not be seen by the other scripts.
-`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 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 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`.
+
`node wholesome.js`: Scrapes [wholesome hentais](https://wholesomelist.com/list). This takes a long time since it's about 2700 hentais in total (may consume 50GB of disk space), but you can abort it any time (and resume it later).
Note: you might want to create a subdirectory and put the doujins into there, they will all be put into the current working directory. (Run the scripts from a different directory to prevent spamming this directory)