Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add GoalKinds | Akshay | 2021-02-24 | 1 | -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 cursor | Akshay | 2021-02-21 | 1 | -21/+21 |
| | |||||
* | handle cursor events and entry | Akshay | 2021-01-25 | 1 | -3/+11 |
| | |||||
* | Resolve requested changes. Merge superfluous match arm and remove aliasfeature/wq-alias | Bruno A. Muciño | 2020-09-02 | 1 | -3/+2 |
| | | | | for wq. | ||||
* | Adds "wq" command as a combination of "write" and "quit". | Bruno A. Muciño | 2020-09-02 | 1 | -0/+2 |
| | |||||
* | use consts for dimensions | Akshay | 2020-08-03 | 1 | -11/+7 |
| | |||||
* | switch to pancurses backendv0.2.2 | Akshay | 2020-07-24 | 1 | -1/+2 |
| | |||||
* | move duplicate check to command parsing block | Akshay | 2020-07-23 | 1 | -18/+7 |
| | |||||
* | Merge branch 'master' of https://github.com/yoms/dijo into fix/duplicate-habits | Akshay | 2020-07-23 | 1 | -1/+18 |
|\ | |||||
| * | Use immutable vector instead of mutable one and change the message kind to Error | Guillaume Hormiere | 2020-07-22 | 1 | -4/+2 |
| | | | | | | | | Apply code review | ||||
| * | Add list command for shell script purpose | Guillaume Hormiere | 2020-07-21 | 1 | -1/+20 |
| | | | | | | | | | | | | Usage dijo -l for printing the habit names list Add check on habit add to avoid duplicate habits | ||||
* | | fix tiemzones in statusline | Akshay | 2020-07-23 | 1 | -1/+1 |
| | | |||||
* | | remove debug key binds, add :write command | Akshay | 2020-07-22 | 1 | -1/+1 |
| | | |||||
* | | remove `d` keybind, add tab completion | Akshay | 2020-07-22 | 1 | -0/+4 |
|/ | |||||
* | add help command | Akshay | 2020-07-21 | 1 | -0/+23 |
| | |||||
* | switch to local time over utc time | Akshay | 2020-07-21 | 1 | -2/+2 |
| | |||||
* | add startup hint, fix watcher panics | Akshay | 2020-07-19 | 1 | -15/+5 |
| | |||||
* | stop habits from consuming global events | Akshay | 2020-07-19 | 1 | -14/+11 |
| | |||||
* | being adding command eval error messages | Akshay | 2020-07-19 | 1 | -0/+9 |
| | |||||
* | improve command mode positioning/ux | Akshay | 2020-07-19 | 1 | -3/+1 |
| | |||||
* | add smooth error handling | Akshay | 2020-07-18 | 1 | -40/+43 |
| | |||||
* | refactor app.rs into module: app | Akshay | 2020-07-18 | 1 | -0/+247 |