Skip to content
/ Tdo Public

A command line to-do list/task manager built in C

Notifications You must be signed in to change notification settings

nlx-404/Tdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tdo

Tdo is a simple to-do list/task manager built using C. It has four commands tdo add [task], tdo remove [index of task], tdo list and tdo clear

Image

An image of how tdo works Tdo in the terminal

Installation

To install fork the repository and add it to your path to use tdo globally from anywhere in the command line

For Bash users

Copy and paste export PATH=$PATH:/path/to/your/program in your ~/.bashrc file. Make sure to change /path/to/your/program to the path where you installed Tdo. Then reload the file with source ~/.bashrc

For Zsh users

Copy and paste export PATH=$PATH:/path/to/your/program in your ~/.zshrc file. Make sure to change /path/to/your/program to the path where you installed Tdo. Then reload the file with source ~/.zshrc
This is how it should look

Picture of path in .zshrc

About

A command line to-do list/task manager built in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages