todo-cli

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

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 <guionardo@gmail.com>

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)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg
ctx

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL