yujikawa / wordic

This is command line tool to manage dictionary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordic

test wordic at crates.io License

This is command line tool to manage word dictionary. You can create own dictionariy on Local PC.

How to install?

cargo install wordic

How to use?

First

wordic init

How to add new item to dictionary?

wordic add {KEY} {VALUE}

How to get item created from dictionary?

wordic get {KEY}

How to remove item created from dictionary?

wordic rm {KEY}

How to show all item created from dictionary?

wordic show

About

This is command line tool to manage dictionary.

License:Apache License 2.0


Languages

Language:Rust 100.0%