aboutsummaryrefslogtreecommitdiff
path: root/src/app
Commit message (Collapse)AuthorAgeFilesLines
* add GoalKindsAkshay2021-02-241-7/+17
| | | | | - this allows for changing habit goals easily - easier to add new habits to dijo in newer versions
* deprecate view_month_offset in favor of cursorAkshay2021-02-214-34/+52
|
* handle cursor events and entryAkshay2021-01-254-3/+35
|
* add basic cursor actionsAkshay2021-01-251-0/+51
|
* Resolve requested changes. Merge superfluous match arm and remove aliasfeature/wq-aliasBruno A. Muciño2020-09-021-3/+2
| | | | for wq.
* Adds "wq" command as a combination of "write" and "quit".Bruno A. Muciño2020-09-021-0/+2
|
* use consts for dimensionsAkshay2020-08-032-24/+13
|
* switch to pancurses backendv0.2.2Akshay2020-07-241-1/+2
|
* move duplicate check to command parsing blockAkshay2020-07-231-18/+7
|
* Merge branch 'master' of https://github.com/yoms/dijo into fix/duplicate-habitsAkshay2020-07-231-1/+18
|\
| * Use immutable vector instead of mutable one and change the message kind to ErrorGuillaume Hormiere2020-07-221-4/+2
| | | | | | | | Apply code review
| * Add list command for shell script purposeGuillaume Hormiere2020-07-211-1/+20
| | | | | | | | | | | | Usage dijo -l for printing the habit names list Add check on habit add to avoid duplicate habits
* | fix tiemzones in statuslineAkshay2020-07-231-1/+1
| |
* | remove debug key binds, add :write commandAkshay2020-07-222-12/+1
| |
* | remove `d` keybind, add tab completionAkshay2020-07-222-8/+4
|/
* add help commandAkshay2020-07-211-0/+23
|
* switch to local time over utc timeAkshay2020-07-211-2/+2
|
* use cross-platform file watcherHugo Camboulive2020-07-191-2/+2
| | | | Allows running on OSX.
* add startup hint, fix watcher panicsAkshay2020-07-193-25/+23
|
* stop habits from consuming global eventsAkshay2020-07-191-14/+11
|
* being adding command eval error messagesAkshay2020-07-191-0/+9
|
* improve command mode positioning/uxAkshay2020-07-191-3/+1
|
* fix reexportsAkshay2020-07-181-0/+3
|
* add smooth error handlingAkshay2020-07-182-41/+55
|
* add message typeAkshay2020-07-181-0/+50
|
* refactor app.rs into module: appAkshay2020-07-183-0/+449