wordic

Crates.iowordic
lib.rswordic
version0.1.5
sourcesrc
created_at2022-11-03 12:48:17.700848
updated_at2022-11-16 11:40:00.932402
descriptionThis is command line tool to manage word dictionary.
homepage
repositoryhttps://github.com/yujikawa/wordic
max_upload_size
id704213
size39,399
yujikawa (yujikawa)

documentation

README

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
Commit count: 34

cargo fmt