Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 667 Bytes

TODO CLI

  • Todo-cli is cli tool to add, list and mark todo items

Usage:

todo-cli [command]

Available Commands:

  • add Add a new todo
  • completion Generate the autocompletion script for the specified shell
  • done marks an item as done
  • help Help about any command
  • list List items that need to be done
  • version Print the version number of todo-cli

Flags:

--datafile string   data file to store todos (default "$HOME/.todo.json")
-h, --help              help for todo-cli
-t, --toggle            Help message for toggle

Use todo-cli [command] --help for more information about a command.