A CLI program designed for task management to help you remember your tasks.
- Taskbook is a simple and easy-to-use task management CLI application. You can type in your tasks, delete them when you're done, or change their names as needed. It retains a record of all the tasks you've entered that are active. Taskbook simplifies task management and helps you stay organized.
- Navigate task list, using arrow keys on your keyboard
- [ESC] Exit the program
- [F1] Select task
- [F3] Add a new task
- [F5] Save changes
- [1] Delete the task
- [2] Change description of the task
- [3] Go back (to the Main menu)
- [4] End (close) the program
- Windows operating system (OS)
- C++ 14 compiler preferred (it might work with older versions)
git clone https://github.com/SteponasK/Taskbook-CLI.git
- Compile the"main.cpp", file with all the necessary files in the same project.
- SteponasK - Initial work
- 0.2
- Changed code structure (added classes)
- Separate .cpp and .h files
- Various bug fixes
- See commit history
- 0.1
This project is licensed under the GPL-3.0 license. See the License.txt file, for all the details.