An open API service indexing awesome lists of open source software.

https://github.com/996refuse/termdict

a very tiny light small X dictionary lookup program can run in terminal.
https://github.com/996refuse/termdict

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

# dependency

xlib
youdao

# install

```bash
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/