📎 Simple CLI application for learning vocabulary. This tool allows you to create new dictionaries, add/remove words and test yourself.
NOTE: Currently only macOS is supported.
To install VTC:
- just download the latest
vtc.tar.gz
release from release page for your operating system - or install the program using Command Line
You can also build the program yourself using Terminal. To do this, run the following commands:
git clone git@github.com:achudnova/VTC.git
cd vtc
gcc main.c -o main
./main
VTC is licensed under the MIT License - see the LICENSE for details.