0.1.0 • Published 3 years ago

vocabul v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Vocabul

Improve your vocabulary from command-line!

Installation?

npm i vocabul

Usage

vocabul [...arguments]

Arguments

ArgumentDescriptionDefault
--action -aRequired and Should be one of "translate", "random", or "interval"
--dictionary -dLocal dictionary name"default"
--from -fSource language for "translate" action"auto"
--to -tTarget language for "translate" action
--word -wInput word for "translate" action
--add -yAdd translated word to dictionary
--period -p"interval" action interval period1
--command -c"interval" action run command"notify-send"
--version -vShow installed version
--help -hShow help

Example

vocabul -a translate -f en -t fa -y -w Hello # Translate "Hello" from english to persian and add it to "default" dictonary
vocabul -a random -d custom # Show word:translation from "custom" dictonary
vocabul -a interval -p 2 -c "notify-send" # Notify word:translation from "default" dictonary every 2 minute
0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago