Hondana

Hondana (本棚; 日语中的“书架”) 是一个用于管理书签小程序的命令行工具。

安装

Hondana 可以通过 Homebrew 安装

brew install KS1019/formulae/Hondana

设置

成功完成安装后,您需要创建 ~/.Hondana/Bookmarklets/ 目录。 可以通过以下方式完成:

hondana init

用法

OVERVIEW: `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.

贡献

如果您想报告错误或提出功能请求,请提交 issue。 如果您想改进此工具,请提交 PR