https://github.com/arrow2nd/jisyo
📚 SKK辞書マネージャ
https://github.com/arrow2nd/jisyo
Last synced: about 1 month ago
JSON representation
📚 SKK辞書マネージャ
- Host: GitHub
- URL: https://github.com/arrow2nd/jisyo
- Owner: arrow2nd
- License: mit
- Created: 2023-09-11T23:33:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T13:39:37.000Z (over 1 year ago)
- Last Synced: 2025-03-20T04:41:17.330Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jisyo
[](https://github.com/arrow2nd/jisyo/actions/workflows/release.yml)
📚 SKK辞書マネージャ
## できること
- 辞書の管理 (JSON)
- 指定ディレクトリへの一括ダウンロード
- 辞書の追加・削除## help
```sh
$ jisyo -hNAME:
jisyo - 📚 SKK辞書マネージャUSAGE:
jisyo [global options] command [command options] [arguments...]VERSION:
0.0.5COMMANDS:
init, i 設定ファイルを初期化
download, d 辞書をダウンロード
add, a 辞書を追加
remove, r 辞書を削除
list, l 追加済の辞書を表示
config, c 設定ファイルをエディタで開く
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--config value, -c value 設定ファイルのパス
--help, -h show help
--version, -v print the version
```