aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | remove ncurses dependencyAkshay2020-07-211-0/+1
| * | | | switch to crossterm backendAkshay2020-07-203-34/+132
* | | | | Allow names longer that one wordonielfa2020-07-231-18/+80
| |/ / / |/| | |
* | | | remove debug key binds, add :write commandAkshay2020-07-223-12/+4
* | | | add action automatically release binaries on tagAkshay2020-07-221-0/+84
* | | | remove unused importAkshay2020-07-221-1/+0
* | | | remove `d` keybind, add tab completionAkshay2020-07-223-17/+67
| |/ / |/| |
* | | bump to v0.1.5v0.1.5Akshay2020-07-212-2/+2
* | | add help commandAkshay2020-07-212-3/+33
* | | Merge @leonardosnt fix for broken link in readmeAkshay2020-07-211-1/+1
|\ \ \
| * | | Fix broken linkLeonardo Santos2020-07-211-1/+1
| | |/ | |/|
* / | switch to local time over utc timeAkshay2020-07-212-7/+15
|/ /
* | allow "untracking" of habits, closes #18Akshay2020-07-204-48/+21
* | bump to v0.1.4: remove ncurses as dependencyv0.1.4Akshay2020-07-201-1/+1
* | add MSRV to installation sectionAkshay2020-07-201-1/+4
* | Disable default ncurses backend from cursiveAlexandre Bury2020-07-201-0/+1
|/
* bump lockfileAkshay2020-07-201-1/+1
* add LICENSE file, bump to v0.1.3Akshay2020-07-202-1/+21
* Merge pull request #9 from Infinisil/lockfilev0.1.3Akshay2020-07-202-4/+1047
|\
| * Commit Cargo.lockSilvan Mosberger2020-07-192-4/+1047
* | Merge https://github.com/Youx/dijo into fix/macos-watcherAkshay2020-07-201-2/+2
|\ \
| * | use cross-platform file watcherHugo Camboulive2020-07-191-2/+2
| |/
* | Merge branch 'fix/week-view'; fixes #5, #4Akshay2020-07-201-2/+2
|\ \ | |/ |/|
| * fix divide by zero for #5nc2020-07-201-2/+2
|/
* bump versionAkshay2020-07-191-1/+1
* more docs0.1.2Akshay2020-07-191-12/+48
* bumpv0.1.1Akshay2020-07-191-1/+1
* add startup hint, fix watcher panicsAkshay2020-07-195-28/+24
* add crate metadataAkshay2020-07-191-0/+7
* stop habits from consuming global eventsAkshay2020-07-192-16/+20
* being adding command eval error messagesAkshay2020-07-191-0/+9
* improve command mode positioning/uxAkshay2020-07-194-48/+60
* fix reexportsAkshay2020-07-181-0/+3
* add smooth error handlingAkshay2020-07-184-69/+140
* add message typeAkshay2020-07-181-0/+50
* refactor app.rs into module: appAkshay2020-07-183-186/+210
* switch to termion backend for strikethrough and stable refresh rateAkshay2020-07-183-8/+10
* add file watcher for auto habitsAkshay2020-07-182-2/+31
* begin work on command line interfaceAkshay2020-07-162-9/+34
* add track commandsAkshay2020-07-163-10/+41
* add rustfmt.tomlAkshay2020-07-152-0/+19
* make `add` command easier to useAkshay2020-07-152-10/+6
* add utils for auto habitsAkshay2020-07-152-31/+55
* display view mode in statuslineAkshay2020-07-153-16/+45
* more boilerplate for auto-trackable habitsAkshay2020-07-148-19/+56
* prep for autohabits, impl Default for App, bugfix file writingAkshay2020-07-121-11/+20
* remove unused imports, upgrade to cursive v0.15Akshay2020-07-124-46/+5
* Merge branch 'dependabot/cargo/master/cursive-0.15' of github.com:NerdyPepper...Akshay2020-07-121-1/+1
|\
| * Update cursive requirement from 0.14 to 0.15dependabot-preview[bot]2020-07-121-1/+1
* | refactor habit.rs into habit moduleAkshay2020-07-126-319/+353