Skip to content

C0dePr0xy/simple-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Simple-Tasks Logo Simple Tasks

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.

image

Author ✍️

Eric Guerra

Download Prebuilt Packages 📦

https://github.com/C0dePr0xy/simple-tasks/releases

Creation Date 🎉

February 12, 2025

Description 📝

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!

Features 🦾

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

Under Construction 🚧

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

Installation 🛠️

(Optional) Automatic Setup 🤖

-- macOS (Tested on M1 MacBook Air)

https://github.com/C0dePr0xy/simple-tasks/releases/download/Installer/STcli-Setup.csh

Manual Setup 👷🏻‍♂️

  1. Clone the repository:
    git clone https://github.com/C0dePr0xy/simple-tasks.git
  2. Navigate to the project directory:
    cd simple-tasks
  3. Compile the program:
    g++ src/simple-tasks.cpp -o STcli

Usage 👀

Run the compiled program:

./STcli

About

Simple Tasks is a simple task management program written primarily in C++.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages