summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-18add file watcher for auto habitsAkshay
2020-07-16begin work on command line interfaceAkshay
2020-07-16add track commandsAkshay
2020-07-15add rustfmt.tomlAkshay
2020-07-15make `add` command easier to useAkshay
2020-07-15add utils for auto habitsAkshay
2020-07-15display view mode in statuslineAkshay
2020-07-14more boilerplate for auto-trackable habitsAkshay
2020-07-12prep for autohabits, impl Default for App, bugfix file writingAkshay
2020-07-12remove unused imports, upgrade to cursive v0.15Akshay
2020-07-12Merge branch 'dependabot/cargo/master/cursive-0.15' of github.com:NerdyPepper...Akshay
2020-07-12refactor habit.rs into habit moduleAkshay
2020-07-12moarAkshay
2020-07-12improve spacing, line counting; add Week mode to enumsAkshay
2020-07-12rename `Habit::total` to `Habit::goal`Akshay
2020-07-12add new mode: week view modeAkshay
2020-07-12add interface todosAkshay
2020-07-12Merge branch 'dependabot/add-v2-config-file'Akshay
2020-07-12Merge branch 'master' into dependabot/add-v2-config-fileAkshay
2020-07-12Create Dependabot config filedependabot/add-v2-config-filedependabot-preview[bot]
2020-07-12fix trait bounds bug, prep for view modesAkshay
2020-07-12Update cursive requirement from 0.14 to 0.15dependabot-preview[bot]
2020-07-11misc modulesAkshay
2020-07-11begin work on month modeAkshay
2020-07-10docsAkshay
2020-07-10i dun an oopsieAkshay
2020-07-10add directories crate, simplify done statusAkshay
2020-07-10follow XDG_DATA_DIR spec for app dataAkshay
2020-07-10use strikethrough for completionAkshay
2020-07-10move config management to utils.rsAkshay
2020-07-10redo quit commandAkshay
2020-07-10move to crossterm backendAkshay
2020-07-04add quit commandAkshay
2020-07-04new 'delete' commandAkshay
2020-07-02add boilerplate onto traits for month siftingAkshay
2020-07-02add today status to top of each grid itemAkshay
2020-07-02add month sifting commandsAkshay
2020-07-02fix focus-on-delete bugAkshay
2020-07-02add statusline, month siftingAkshay
2020-07-02undo ideaAkshay
2020-07-01add completed markersAkshay
2020-07-01add readmeAkshay
2020-07-01new name, add spacing for command lineAkshay
2020-07-01o r g a n i z eAkshay
2020-06-30access command mode via ':' and basic command parsingAkshay
2020-06-30basic command mode and parsingAkshay
2020-06-30ignore log and test filesAkshay
2020-06-29more testing stuffAkshay
2020-06-29fix overlapping widget issueAkshay
2020-06-29change drawing logicAkshay