10000 GitHub - SashaBilton/dothing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SashaBilton/dothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoThing

A simple single user CLI based task tracking tool.

go get github.com/SashaBilton/dothing

Run uncompiled as go run dothing.go {command}

Commands are
NEW - creates a brand new dothing task list - do this first
add "your task details" {optional group} - adds a task
list {optional group} - lists all currently active tasks
Listall - lists all active and done tasks
done {index} - Moves a task into the done collection
undone {index} - Returns a done task to the active list
priority {index} {priority} - Sets a task as priority x. 0 is top priority, any priority greater than the size of the list goes to the bottom.
due {when} - Gives a task a due date currently supports today, tomorrom, & mm-dd-yyyy (US style)
event {index} {event name} - Adds an event to a task
detail {index} - Displays full details of an active task
csv - Displays all tasks, active and done, in a comma seperated format
raw - Displays a raw JSON-like output
stats - Displays stats on how many items are done or active, with lead and cycle time,.
nag - turns on the display of overdue items on every command.
unnag - turns off the display of overdue items on every command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0