Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.83 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.83 KB

Taskbook CLI

A CLI program designed for task management to help you remember your tasks.

📖 Description

photo1.png

  • 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.

🧑‍💻 Using the program

Main Menu

  • Navigate task list, using arrow keys on your keyboard
  • [ESC] Exit the program
  • [F1] Select task
  • [F3] Add a new task
  • [F5] Save changes

photo1.png

Task Selected:

  • [1] Delete the task
  • [2] Change description of the task
  • [3] Go back (to the Main menu)
  • [4] End (close) the program

photo2.png

Getting Started

➕ Dependencies

  • Windows operating system (OS)
  • C++ 14 compiler preferred (it might work with older versions)

⬇️ Installing

git clone https://github.com/SteponasK/Taskbook-CLI.git

🏃 Executing the program

  • Compile the"main.cpp", file with all the necessary files in the same project.

👑 Authors

  • SteponasK - Initial work

🏛️ Version History

📜 License

This project is licensed under the GPL-3.0 license. See the License.txt file, for all the details.