Skip to content

garvittsingla/todo-cli-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C CLI Todo Application

A simple command-line todo list application written in C.

Features

  • Add tasks
  • List tasks
  • Mark tasks as complete
  • Delete tasks
  • Store tasks persistently

Building the Application

Ensure you have GCC installed on your system.

gcc todo.c -o todo

Usage

# Add a new task
./todo add "Complete homework"

# List all tasks
./todo list

# Mark task as complete (using task number)
./todo done 1

# Delete a task (using task number)
./todo delete 1

Requirements

  • GCC compiler
  • Standard C libraries

Contributing

Feel free to submit issues and pull requests.

License

MIT License

About

CLI based Todo made in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages