| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify command parsing logic | Akshay | 2020-08-02 | 1 | -36/+30 |
* | Refactor parsers | onielfa | 2020-07-31 | 1 | -122/+378 |
* | Add basic tests | onielfa | 2020-07-30 | 1 | -29/+133 |
* | Merge remote-tracking branch 'origin/master' into feature/larger-names | onielfa | 2020-07-30 | 2 | -13/+4 |
|\ |
|
| * | switch to pancurses backendv0.2.2 | Akshay | 2020-07-24 | 2 | -13/+4 |
* | | Merge branch 'master' into feature/larger-names | onielfa | 2020-07-23 | 3 | -3/+31 |
|\| |
|
| * | enable feature based compilation to support windowsv0.2.2-alpha | Akshay | 2020-07-23 | 1 | -2/+2 |
| * | remove dependency on rustc v1.45, bump to v0.2.1v0.2.1 | Akshay | 2020-07-23 | 1 | -2/+1 |
| * | Merge branch 'feature/windows' of https://github.com/filalex77/dijo into feat... | Akshay | 2020-07-23 | 8 | -45/+168 |
| |\ |
|
| | * | switch to crossterm backend | Akshay | 2020-07-23 | 1 | -2/+2 |
| | * | move duplicate check to command parsing block | Akshay | 2020-07-23 | 2 | -21/+8 |
| | * | Merge branch 'master' of https://github.com/yoms/dijo into fix/duplicate-habits | Akshay | 2020-07-23 | 2 | -1/+32 |
| | |\ |
|
| | | * | Use immutable vector instead of mutable one and change the message kind to Error | Guillaume Hormiere | 2020-07-22 | 1 | -4/+2 |
| | | * | Add list command for shell script purpose | Guillaume Hormiere | 2020-07-21 | 2 | -1/+34 |
| | * | | fix tiemzones in statusline | Akshay | 2020-07-23 | 1 | -1/+1 |
| * | | | switch to crossterm backend | Akshay | 2020-07-20 | 1 | -2/+2 |
* | | | | Allow names longer that one word | onielfa | 2020-07-23 | 1 | -18/+80 |
| |/ /
|/| | |
|
* | | | remove debug key binds, add :write command | Akshay | 2020-07-22 | 3 | -12/+4 |
* | | | remove unused import | Akshay | 2020-07-22 | 1 | -1/+0 |
* | | | remove `d` keybind, add tab completion | Akshay | 2020-07-22 | 3 | -17/+67 |
| |/
|/| |
|
* | | add help command | Akshay | 2020-07-21 | 2 | -3/+33 |
* | | switch to local time over utc time | Akshay | 2020-07-21 | 2 | -7/+15 |
* | | allow "untracking" of habits, closes #18 | Akshay | 2020-07-20 | 3 | -5/+20 |
|/ |
|
* | Merge https://github.com/Youx/dijo into fix/macos-watcher | Akshay | 2020-07-20 | 1 | -2/+2 |
|\ |
|
| * | use cross-platform file watcher | Hugo Camboulive | 2020-07-19 | 1 | -2/+2 |
* | | fix divide by zero for #5 | nc | 2020-07-20 | 1 | -2/+2 |
|/ |
|
* | add startup hint, fix watcher panics | Akshay | 2020-07-19 | 4 | -26/+24 |
* | stop habits from consuming global events | Akshay | 2020-07-19 | 2 | -16/+20 |
* | being adding command eval error messages | Akshay | 2020-07-19 | 1 | -0/+9 |
* | improve command mode positioning/ux | Akshay | 2020-07-19 | 4 | -48/+60 |
* | fix reexports | Akshay | 2020-07-18 | 1 | -0/+3 |
* | add smooth error handling | Akshay | 2020-07-18 | 4 | -69/+140 |
* | add message type | Akshay | 2020-07-18 | 1 | -0/+50 |
* | refactor app.rs into module: app | Akshay | 2020-07-18 | 3 | -186/+210 |
* | switch to termion backend for strikethrough and stable refresh rate | Akshay | 2020-07-18 | 2 | -7/+9 |
* | add file watcher for auto habits | Akshay | 2020-07-18 | 1 | -2/+30 |
* | begin work on command line interface | Akshay | 2020-07-16 | 2 | -9/+34 |
* | add track commands | Akshay | 2020-07-16 | 2 | -10/+40 |
* | make `add` command easier to use | Akshay | 2020-07-15 | 2 | -10/+6 |
* | add utils for auto habits | Akshay | 2020-07-15 | 2 | -31/+55 |
* | display view mode in statusline | Akshay | 2020-07-15 | 3 | -16/+45 |
* | more boilerplate for auto-trackable habits | Akshay | 2020-07-14 | 7 | -19/+55 |
* | prep for autohabits, impl Default for App, bugfix file writing | Akshay | 2020-07-12 | 1 | -11/+20 |
* | remove unused imports, upgrade to cursive v0.15 | Akshay | 2020-07-12 | 4 | -46/+5 |
* | refactor habit.rs into habit module | Akshay | 2020-07-12 | 6 | -319/+353 |
* | improve spacing, line counting; add Week mode to enums | Akshay | 2020-07-12 | 3 | -8/+11 |
* | rename `Habit::total` to `Habit::goal` | Akshay | 2020-07-12 | 1 | -6/+6 |
* | add new mode: week view mode | Akshay | 2020-07-12 | 2 | -32/+82 |
* | fix trait bounds bug, prep for view modes | Akshay | 2020-07-12 | 2 | -28/+29 |
* | misc modules | Akshay | 2020-07-11 | 1 | -1/+1 |