wordic

test wordic at crates.io License

This is command line tool to manage word dictionary.

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