Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 464 Bytes

Todo APP

one millon dolar todo app

this is a todo app for the console

Install

clone it

git clone https://github.com/olvap/todos.git ~/.todos

add to your zshrc file

export TODOS="${HOME}/todos" # this is where the todos will be save

source ~/.todos/init.sh

Usage

  • t: list all the todos
  • t task_name: if exits then show else create it
  • t -e task_name: open task on editor
  • t -d task_name: delete (done) task