this is a simple command line interface
is a simple tool that help to efficiently manage tasks using the terminal.
it allow user to add, list and update status of the task. the task are then stored in a .txt file
- clone repository
git clone https://github.com/Timosdev99/simple-taskmanager.git
cd simple-taskmanager
- run the application
zig run src/taskmanager.zig
- build the application
zig build-exe src/taskmanager.zig
- to add task
./taskmanager add "Task"
- check task list
./taskmanager list
- to update status (complete or incomplete)
./taskmanager complete "TaskNUmber"
feel free to fork this repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.