Skip to content

yatin-kapur/cli-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-TODO

Setup

  1. Run this command to create todo database and make the tasks table.
mysql < initialize_db.sql
  1. Add cron job to update task dates after date ticks over, you might have to change permissions allowed to your cron depending on OS.
0 0 * * * /usr/local/bin/mysql todo < [mypathtoproject]todo/update_date.sql
  1. update.sh copies the todo file into /usr/local/bin so it can be used as a CLI command.
chmod u+x update.sh; bash update.sh

How to Use

Just run todo --help, it's super easy to work with

example

Pending

Test Suite.

About

todo list on cli so I can always see it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published