Skip to content

gogid - because everything built with go must contain the word go.

Notifications You must be signed in to change notification settings

shindakun/gogid

Folders and files

NameName
Last commit message
Last commit date
Jan 8, 2018
Jan 8, 2018
Dec 13, 2017
Jan 8, 2018
Dec 11, 2017
Jan 8, 2018
Dec 27, 2017
Dec 10, 2017

Repository files navigation

gogid - Go, Get it Done!

gogid is a command line task tool loosely modeled as a GTD type system.

gogid was created as a learning project.


Installation

Pre-built binaries are not currently provided. Use of go get is recommended.

go get github.com/shindakun/gogid/cmd/gogid

Usage

Run with go run ./cmd/gogid/gogid.go or build with go build ./cmd/gogid/gogid.go

$ ./gogid -h
Usage of E:\Projects\Go\src\gogid\gogid.exe:
  -complete int
        Mark a single task as completed. (default -1)
  -id int
        ID of task in question, used to add notes (default -1)
  -new string
        Add a new task, enclose in quotes.
  -newnote string
        Add a new note to a task, enclose in quotes.
  -notcomplete int
        Mark a single task as not completed. (default -1)
  -print int
        Print a single task. (default -1)
  -printtasks
        Print entire task list to console.

About

gogid - because everything built with go must contain the word go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages