Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to pancurses backendv0.2.2 | Akshay | 2020-07-24 | 1 | -12/+2 |
| | |||||
* | enable feature based compilation to support windowsv0.2.2-alpha | Akshay | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'feature/windows' of https://github.com/filalex77/dijo into ↵ | Akshay | 2020-07-23 | 1 | -0/+23 |
|\ | | | | | | | feature/windows | ||||
| * | switch to crossterm backend | Akshay | 2020-07-23 | 1 | -2/+2 |
| | | |||||
| * | move duplicate check to command parsing block | Akshay | 2020-07-23 | 1 | -3/+1 |
| | | |||||
| * | Add list command for shell script purpose | Guillaume Hormiere | 2020-07-21 | 1 | -0/+14 |
| | | | | | | | | | | | | Usage dijo -l for printing the habit names list Add check on habit add to avoid duplicate habits | ||||
* | | switch to crossterm backend | Akshay | 2020-07-20 | 1 | -2/+2 |
|/ | |||||
* | improve command mode positioning/ux | Akshay | 2020-07-19 | 1 | -2/+6 |
| | |||||
* | add smooth error handling | Akshay | 2020-07-18 | 1 | -6/+12 |
| | |||||
* | switch to termion backend for strikethrough and stable refresh rate | Akshay | 2020-07-18 | 1 | -2/+2 |
| | |||||
* | begin work on command line interface | Akshay | 2020-07-16 | 1 | -7/+32 |
| | |||||
* | remove unused imports, upgrade to cursive v0.15 | Akshay | 2020-07-12 | 1 | -34/+2 |
| | |||||
* | misc modules | Akshay | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | move to crossterm backend | Akshay | 2020-07-10 | 1 | -45/+14 |
| | |||||
* | access command mode via ':' and basic command parsing | Akshay | 2020-06-30 | 1 | -2/+5 |
| | |||||
* | more testing stuff | Akshay | 2020-06-29 | 1 | -25/+27 |
| | |||||
* | typetag dosen't support generics, use macro hack until then | Akshay | 2020-05-02 | 1 | -15/+15 |
| | |||||
* | require new super trait, add quit callback | Akshay | 2020-03-18 | 1 | -7/+4 |
| | |||||
* | add config cruft | Akshay | 2020-03-11 | 1 | -31/+65 |
| | |||||
* | refactor into app.rs | Akshay | 2020-02-27 | 1 | -157/+2 |
| | |||||
* | implement grid view | Akshay | 2020-02-27 | 1 | -26/+111 |
| | |||||
* | add App struct | Akshay | 2020-02-26 | 1 | -2/+76 |
| | |||||
* | redo main samples | Akshay | 2020-02-15 | 1 | -26/+25 |
| | |||||
* | new module structure | Akshay | 2020-02-10 | 1 | -6/+8 |
| | |||||
* | refactor out themes | Akshay | 2020-02-10 | 1 | -27/+3 |
| | |||||
* | refactor into modules | Akshay | 2020-02-10 | 1 | -157/+7 |
| | |||||
* | init | Akshay | 2020-02-09 | 1 | -0/+226 |