word
A tiny program which can scrap definition of various kind of words.
Screenshot
Installation
Source
Install go on your system. Recommended (1.15 or above)
# Debian (or based Ubuntu etc)
sudo apt install golang
# Arch (or based Endeavouros etc)
sudo pacman -S golang
Compilation
git clone https://github.com/Ruzie/word.git
cd word && chmod +x build.sh
./build.sh
Pack and redistribute .tar.xz (or you can do gzip) file
tar cf word.tar out/word && xz -z word.tar