wb is a lightweight vocabulary note management application that provides listing, deletion, insertion and showing functions. by doing that it helps user to manage words and fasters the learning process.
Programming Language: C, Bash
Compiler: GNU GCC
Build Tool: CMake
NCurses Library
CMake (MIN 3.22)
https://github.com/MertGunduz/wb
chmod 755 INSTALL.shrunning this command will change the permission of the INSTALL.sh
./INSTALL.shrunning this bash file will build the application and create the folders.
try running
wb -hif there are some output related to wb then it means it is successfully builded
wb -a
wb --addopens a ncurses terminal UI and prompts vocabulary data from the user
wb -l
wb --listopens a ncurses terminal UI and lists every word in the words.txt file
wb -w [WORD NAME]
wb --word [WORD NAME]outputs the vocabulary notes of the given word cli-argument
wb -d [WORD NAME]
wb --delete [WORD NAME]deletes the word from the words.txt and the word file
wb -h
wb --helpoutputs a detailed manuel about wb
wb -v
wb --versionoutputs the version of wb
wb -g
wb --githuboutputs the source code link of wb
wb -E
wb --exportcreates a file named wbdata.txt and exports the application data to it
wb -I
wb --importimports the data to the system if wbdata.txt is in the working directory
