aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
Commit message (Collapse)AuthorAgeFilesLines
* Global repo file as the defaultQuey-Liang Kao2017-02-041-0/+4
| | | | | | | | | | | This patch implments the new workflow mentioned in #31, in which the program still tries to find a repo file in the working directory first, and it tries the global one in the home directory if no one is found. In this patch, the condition check of the existence of the repo file is done in `todolist/file_store.go` at the very early step before the input routing.
* New Feature: Expanding existing todosQuey-Liang Kao2017-01-211-0/+6
|
* Fix delete subcommand to match websiteHuu Nguyen2017-01-171-1/+1
|
* Refactored codeBunchhieng2016-09-151-4/+8
|
* Bump version0.3.1Grant Ammons2016-09-071-2/+2
|
* Open browser when starting the web appBunchhieng2016-09-061-0/+2
|
* Bump version to 0.3.0Grant Ammons2016-08-271-1/+1
|
* Add webappGrant Ammons2016-06-201-1/+1
|
* Add the webappGrant Ammons2016-06-121-0/+4
|
* Use uppercase VERSIONGrant Ammons2016-05-151-2/+2
|
* Add authorGrant Ammons2016-05-141-0/+2
|
* Make agenda its own commandGrant Ammons2016-05-121-3/+3
|
* Look for .todos.json in the directory we are inGrant Ammons2016-05-081-0/+2
| | | | This allows for project-specific todos.
* Allow editing due dates and setting it to noneGrant Ammons2016-05-041-1/+3
|
* Add edit command for due datesGrant Ammons2016-05-041-9/+15
|
* Make everything a pointer, add archive completed fnGrant Ammons2016-05-031-0/+2
|
* Add agenda functionGrant Ammons2016-05-031-1/+3
|
* Add a usage docGrant Ammons2016-05-031-1/+73
|
* Add archive/unarchiveGrant Ammons2016-05-021-0/+4
|
* Uncomplete todoGrant Ammons2016-05-021-0/+2
|
* Get completing todos to work correctlyGrant Ammons2016-05-021-0/+2
|
* Implement delete logicGrant Ammons2016-05-011-0/+2
|
* Get adding a todo workingGrant Ammons2016-04-261-0/+2
|
* Get grouping working correctlyGrant Ammons2016-04-251-4/+3
|
* Bring in the app and routerGrant Ammons2016-04-241-21/+15
|
* Tabwriter is the way to goGrant Ammons2016-04-241-4/+29
|
* Organize things a bit betterGrant Ammons2016-04-241-19/+9
|
* Modify Todo structure to use correct typesGrant Ammons2016-04-241-7/+8
|
* Beginning on working on due date stuffGrant Ammons2016-04-241-1/+3
|
* Initial commitGrant Ammons2016-04-231-0/+19