Categorygithub.com/guionardo/todo-cli
repositorypackage
0.1.0
Repository: https://github.com/guionardo/todo-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

todo-cli

To Do list with gist repository

Release CodeQL Go codecov Release

Commands

❯ go run . --help
NAME:
   todo-cli - A simple todo app with a cli interface and github gist persistence

USAGE:
   todo-cli [global options] command [command options] [arguments...]

VERSION:
   0.0.1

AUTHOR:
   Guionardo Furlan <[email protected]>

COMMANDS:
   notify, n  Notify about pending tasks
   help, h    Shows a list of commands or help for one command
   Setup:
     setup, s  Setup todo app
     sync, s   Synchronize local collection with GIST
   Tasks:
     add, a       Add a new todo item
     update, u    Update a todo item
     list, l      List all todo items
     delete, d    Delete a todo item
     complete, c  Complete a todo item
     act, a       Set current timestamp as action for item
     backup, a    Run a backup of the todo list
     init         Outputs the shell initialization script

GLOBAL OPTIONS:
   --data-folder FOLDER  Load configuration from FOLDER (default: "/home/guionardo/.config/todo-cli") [$TODO_CONFIG]
   --debug               Enable debug mode (default: false)
   --help, -h            show help (default: false)
   --version, -v         print the version (default: false)