Skip to content

bvsvntv/ttodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttodo

TODO management CLI application.

Usage

Prerequisites

Installation

$ git clone <repo-url>
$ cd ttodo

# With go itself
$ go build -o bin/ttodo

# With Makefile
$ make build

# Running the application
$ ./bin/ttodo

Help menu

Usage:
  todo <command> [options]

Commands:
  add       -t "Title"           Add a new todo
  toggle    -i ID                Toggle completion status of a todo
  update    -i ID -t "New Title" Update a todo title
  remove    -i ID                Remove a todo
  clean                          Remove completed todos
  list                           Show all todos
  help, --help, -h               Show help menu

For convenience, you can set up an alias. It is my preferred way ;)

alias ttodo='./Code/ttodo/bin/ttodo'

About

a simple cli application for TODO management

Topics

Resources

Stars

Watchers

Forks

Contributors