#command-line-tool #dictionary #manage #word

app wordic

This is command line tool to manage word dictionary

6 releases

0.1.5 Nov 16, 2022
0.1.4 Nov 15, 2022

#2464 in Command line utilities

Download history 10/week @ 2024-02-25 71/week @ 2024-03-31

71 downloads per month

Apache-2.0

13KB
276 lines

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

Dependencies

~4–5MB
~95K SLoC