A simple program that allows the user to organize and manage their daily tasks in their terminal. The current version of this program is made as a terminal application, however I plan on creating a graphical edition at a later date.

Eric Guerra
https://github.com/C0dePr0xy/simple-tasks/releases
February 12, 2025
Simple Tasks is an application that helps users manage their daily tasks. Simple Tasks (Previously "Project Azura") was my first ever C++ application, as such, the original code was difficult to maintain. I am now in the process of completely rewriting Simple Tasks into a mostly usable low-resource program!
- Ability to create a task which is saved to a file.
- Ability to delete a task which is removed from the program directory.
- Ability to display a list of completed, pending, and in-progress tasks.
- Ability to safely exit the program in the terminal.
- An about screen that shows relevant information about the program, and it's maintainer(s).
- Clear terminal screen based on the operating system (macOS, Linux, and Windows are currently supported).
- Intermediate bugfixing, fixing warnings, polishing (You might notice warnings when compiling the program, however the program should compile and run as intended).
- Prepare documentation (manual, wiki, licence, etc) for a prebuilt release.
- Ability to change task status within Simple Tasks [CLI] program.
-- macOS (Tested on M1 MacBook Air)
- Clone the repository:
git clone https://github.com/C0dePr0xy/simple-tasks.git
- Navigate to the project directory:
cd simple-tasks
- Compile the program:
g++ src/simple-tasks.cpp -o STcli
Run the compiled program:
./STcli