aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | improve spacing, line counting; add Week mode to enumsAkshay2020-07-123-8/+11
| |
* | rename `Habit::total` to `Habit::goal`Akshay2020-07-121-6/+6
| |
* | add new mode: week view modeAkshay2020-07-122-32/+82
| | | | | | | | | | | | accessible via 'v' (single habit week mode toggle) and 'V' (bulk week mode) from any mode, press 'esc' to go back to day mode (this is probably the 'normal' mode of dijo)
* | add interface todosAkshay2020-07-121-0/+6
| |
* | Merge branch 'dependabot/add-v2-config-file'Akshay2020-07-121-0/+8
|\ \
| * \ Merge branch 'master' into dependabot/add-v2-config-fileAkshay2020-07-124-27/+69
| |\ \ | |/ / |/| |
* | | fix trait bounds bug, prep for view modesAkshay2020-07-122-28/+29
| | |
* | | misc modulesAkshay2020-07-111-1/+1
| | |
* | | begin work on month modeAkshay2020-07-113-46/+87
| |/ |/|
| * Create Dependabot config filedependabot-preview[bot]2020-07-121-0/+8
|/
* docsAkshay2020-07-101-1/+15
|
* i dun an oopsieAkshay2020-07-101-0/+2
|
* add directories crate, simplify done statusAkshay2020-07-102-2/+3
|
* follow XDG_DATA_DIR spec for app dataAkshay2020-07-102-13/+37
|
* use strikethrough for completionAkshay2020-07-101-16/+18
|
* move config management to utils.rsAkshay2020-07-101-0/+32
|
* redo quit commandAkshay2020-07-102-11/+26
|
* move to crossterm backendAkshay2020-07-102-46/+18
|
* add quit commandAkshay2020-07-042-5/+10
|
* new 'delete' commandAkshay2020-07-043-5/+45
|
* add boilerplate onto traits for month siftingAkshay2020-07-021-0/+30
|
* add today status to top of each grid itemAkshay2020-07-021-5/+12
|
* add month sifting commandsAkshay2020-07-021-0/+4
|
* fix focus-on-delete bugAkshay2020-07-021-10/+1
|
* add statusline, month siftingAkshay2020-07-021-12/+63
|
* undo ideaAkshay2020-07-021-0/+5
|
* add completed markersAkshay2020-07-011-2/+9
|
* add readmeAkshay2020-07-011-0/+4
|
* new name, add spacing for command lineAkshay2020-07-012-5/+5
|
* o r g a n i z eAkshay2020-07-011-0/+31
|
* access command mode via ':' and basic command parsingAkshay2020-06-302-2/+24
|
* basic command mode and parsingAkshay2020-06-301-0/+49
|
* ignore log and test filesAkshay2020-06-301-0/+6
|
* more testing stuffAkshay2020-06-291-25/+27
|
* fix overlapping widget issueAkshay2020-06-291-2/+4
|
* change drawing logicAkshay2020-06-291-25/+17
|
* typetag dosen't support generics, use macro hack until thenAkshay2020-05-022-49/+50
|
* wow its been a month huhAkshay2020-05-021-13/+27
|
* use typetag to serialize trait objectsAkshay2020-05-021-0/+1
|
* require new super trait, add quit callbackAkshay2020-03-183-11/+10
|
* serialize App into json with erased_serdeAkshay2020-03-182-7/+47
|
* flattened views moduleAkshay2020-03-113-141/+125
|
* use Trait obj types instead of enumsAkshay2020-03-111-74/+174
|
* add config cruftAkshay2020-03-111-31/+65
|
* switch to Trait implementation of HabitAkshay2020-03-111-23/+21
|
* static configAkshay2020-03-111-0/+1
|
* refactor into app.rsAkshay2020-02-272-157/+171
|
* add statusline helpers, simplify drawingAkshay2020-02-271-4/+26
|
* add helpers for statuslineAkshay2020-02-271-2/+9
|
* implement grid viewAkshay2020-02-271-26/+111
|