6 releases
0.1.5 | Nov 16, 2022 |
---|---|
0.1.4 | Nov 15, 2022 |
#136 in #dictionary
13KB
276 lines
wordic
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
Dependencies
~4–5.5MB
~102K SLoC