aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor app.rs into module: appAkshay2020-07-181-425/+0
* switch to termion backend for strikethrough and stable refresh rateAkshay2020-07-181-5/+7
* add file watcher for auto habitsAkshay2020-07-181-2/+30
* add track commandsAkshay2020-07-161-9/+24
* make `add` command easier to useAkshay2020-07-151-1/+2
* add utils for auto habitsAkshay2020-07-151-22/+36
* display view mode in statuslineAkshay2020-07-151-15/+28
* more boilerplate for auto-trackable habitsAkshay2020-07-141-3/+7
* prep for autohabits, impl Default for App, bugfix file writingAkshay2020-07-121-11/+20
* remove unused imports, upgrade to cursive v0.15Akshay2020-07-121-2/+2
* improve spacing, line counting; add Week mode to enumsAkshay2020-07-121-3/+3
* add new mode: week view modeAkshay2020-07-121-3/+26
* begin work on month modeAkshay2020-07-111-23/+6
* follow XDG_DATA_DIR spec for app dataAkshay2020-07-101-13/+25
* redo quit commandAkshay2020-07-101-11/+16
* add quit commandAkshay2020-07-041-5/+8
* new 'delete' commandAkshay2020-07-041-3/+33
* fix focus-on-delete bugAkshay2020-07-021-10/+1
* add statusline, month siftingAkshay2020-07-021-12/+63
* new name, add spacing for command lineAkshay2020-07-011-3/+3
* access command mode via ':' and basic command parsingAkshay2020-06-301-0/+19
* fix overlapping widget issueAkshay2020-06-291-2/+4
* wow its been a month huhAkshay2020-05-021-13/+27
* serialize App into json with erased_serdeAkshay2020-03-181-7/+46
* switch to Trait implementation of HabitAkshay2020-03-111-23/+21
* refactor into app.rsAkshay2020-02-271-0/+169