Skip to content

Timosdev99/simple-taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager CLI

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

How to use

  1. clone repository
git clone https://github.com/Timosdev99/simple-taskmanager.git
cd simple-taskmanager
  1. run the application
zig run src/taskmanager.zig
  1. build the application
zig build-exe src/taskmanager.zig

command

  1. to add task
./taskmanager add "Task"
  1. check task list
./taskmanager list
  1. to update status (complete or incomplete)
./taskmanager complete "TaskNUmber"

Contributions

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.

About

simple cli tool written in zig for task management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages