Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

example

Usage

add  "todo desc"    Add a new task with the provided description.
done [TASK INDEX]   Mark the task at the specified index as completed.
list                Display the current to-do list.

Compilation

gcc -o todo todo.c

Configuration

The utility stores the to-do list in a file located at $HOME/.config/todo.list, and this file has backwards compatibility with csv

About

small cli todo app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages