Hondana (本棚; Bookshelf in Japanese) is a cli tool to manage your bookmarklets.
Hondana can be installed via Homebrew
brew install KS1019/formulae/HondanaAfter you have successfully finished the installation, you will need to create ~/.Hondana/Bookmarklets/ directory. It can be done by
hondana initOVERVIEW: `hondana` helps you manage bookmarklets.
`hondana` is the root command to access other subcommands in order to manage
your bookmarklets.
USAGE: hondana <subcommand>
OPTIONS:
  --version               Show the version.
  -h, --help              Show help information.
SUBCOMMANDS:
  add                     `hondana add` adds a new bookmarklet in
                          `~/.Hondana/Bookmarklets/`
  init                    `hondana init` initilizes `~/.Hondana/Bookmarklets/`
                          directory.
  install                 `hondana install`
  list                    `hondana list` lists every bookmarklet present in
                          `~/.Hondana/Bookmarklets/`
  See 'hondana help <subcommand>' for detailed help.If you want to report a bug or request a feature, please open an issue. If you want to improve the tool, please submit a PR.