Cmdlr
Extensible command line tool to tracking online comics.
Supported Sites
-
cartoonmad
: www.cartoonmad.com -
manhuagui
: manhuagui.com (external dependency: nodejs)
Usage
Daily Use
# subscribe a book
$ cmdlr https://example.com/path/to/book
# update metadata of books then download new volumes
$ cmdlr -md
# unsubscribe: just remove the directory of the book
$ rm -r <data_dir>/<book_dir>/
Configuration
The default configuration file are located in:
-
$XDG_CONFIG_HOME/cmdlr/config.yaml
or ~/.config/cmdlr/config.yaml
Install
$ pip3 install cmdlr # require python >= 3.5.3