More Progress

* List by default, UI only if specified
* Archive tasks to done list
* Fix filter
This commit is contained in:
2019-02-20 07:49:41 -06:00
parent 9bc8de8700
commit d11bf67196
6 changed files with 45 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ import (
"strconv"
"strings"
todotxt "github.com/JamesClonk/go-todotxt"
todotxt "github.com/br0xen/go-todotxt"
)
func (a *AppState) opListTasks(args []string) int {