todo

command module
v0.0.0-...-5a46cc8 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2021 License: MIT Imports: 7 Imported by: 0

README

CLI To-Do List

This is a to-do list application that runs entirely in your cli!

Installation

  • Clone the repository
  • Install go
  • Open a terminal window in the repository and run go install
  • Use the program from anywhere!

Usage

  • To view your list, run todo
  • To see list with completed items, run todo -v
  • To add to the list, run todo [Item] or todo -a [Item], replacing [Item] with your desired item.
  • To remove from the list, run todo -r [Number], replacing [Number] with the item's number on the list.
  • To mark an item as completed, run todo -c [Number], replacing [Number] with the item's number on the list.
  • To see usage options, run todo -h
  • To clear all lists, run todo -clear

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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