Skip to content

a very tiny light small X dictionary lookup program can run in terminal.

Notifications You must be signed in to change notification settings

996refuse/termdict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termdict

a very tiny light small X dictionary lookup program can run in terminal.

dependency

xlib youdao

install

pip install youdao

git clone https://github.com/muchrooms/termdict.git
make
sudo make install

# enjoy it!
termdict | while read -r line; do yd "$line" ; done

`

todo

  • hide the window
  • timeout callback
  • pipeline friendly
  • remove chaos code
  • correct warning

WTFPL

http://www.wtfpl.net/

About

a very tiny light small X dictionary lookup program can run in terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published