1.5.0 • Published 7 years ago

@khala/todo v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Simple todo-cli app

Sometimes you need to write simple todo from command line. This tool will allow you to do this in couple of steps.

Installing the command line tool

If you have NPM version 5+ you don't need to install it, and you can just run

$> npx todo-cli

Just install this package as global dependency

$> npm install -g @khala/todo

And then run it

$> todo-cli

Example of new todo

TODO example

Running todo-cli with options

This tool recognizes 6 options

OptionlongerDescription
-a--addAdd new single TODO item
-l--markMark some items as done
-m--listList all tasks
-f--filePath where to store todo file
-h--helpPrints help for this tool
-v--versionPrints version of this tool

Path for todo file

If you want to store todo file somewhere else than /${HOME}/.todos you can use this option.

This option is trying to guess where todos will be stored on your machine, you have two options

  • Full path
$> todo-cli -f /home/some/path/.todos
  • Relative path to your home, file will be stored under your home folder, plus whatever you pass to it
$> todo-cli -f some/folder
1.5.0

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago