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

@@ -6,7 +6,7 @@ import (
"strings"
"time"
todotxt "github.com/JamesClonk/go-todotxt"
todotxt "github.com/br0xen/go-todotxt"
"github.com/br0xen/termbox-util"
termbox "github.com/nsf/termbox-go"
)