godo

command module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: Unlicense Imports: 11 Imported by: 0

README

GoDo

Go Coverage Go Report Card

GoDo is a ToDo application written in Go.

usage

Installation

go install github.com/gabrielseibel1/godo@latest

Usage

To run the application have it installed and then:

godo help

This will explain the syntax expected for the commands.

usage: ./godo [command] [args]
        [command] = {list|get|create|delete|do|undo|work|help}

For now the arguments [args] are not documented, but you can learn from an example:

# create an item called "id1"
godo create id1 "description for item id1"
# spend some time on the item
godo work id1 1h23m
godo do id1
# realize item should be reopened
godo undo id1
# work some more
godo work id1 42m87s
# finish-up again
godo do id1
# ...time goes on and you don't want to keep the item anymore
godo delete id1

Dashboard

godo

Use the dashboard to monitor the todo list edits from other terminal windows.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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