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.
- Host: GitHub
- URL: https://github.com/996refuse/termdict
- Owner: 996refuse
- Created: 2016-12-27T12:16:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T17:27:30.000Z (over 9 years ago)
- Last Synced: 2025-02-05T10:50:12.716Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/