Skip to content

blazarecki/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList Build Status

Don't manage your todolist, just do it !

A minimalist todolist in terminal

Install

git clone git@github.com:benjaminlazarecki/TodoList.git

And add this to your bashrc or bash_profile

alias t='php /path/to/TodoList/t.php'

Usage

List tasks

t

Will display

1 - first task
2 - second task
3 - ...

Add task

t buy milk

Remove task

t -r (task number)

For example

t -r 1

will display

Task 1 deleted.

About

Don't manage your todolist, just do it !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages