Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display view mode in statusline | Akshay | 2020-07-15 | 1 | -15/+28 |
| | |||||
* | more boilerplate for auto-trackable habits | Akshay | 2020-07-14 | 1 | -3/+7 |
| | | | | add funding.yml also :^) | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | improve spacing, line counting; add Week mode to enums | Akshay | 2020-07-12 | 1 | -3/+3 |
| | |||||
* | add new mode: week view mode | Akshay | 2020-07-12 | 1 | -3/+26 |
| | | | | | | 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) | ||||
* | begin work on month mode | Akshay | 2020-07-11 | 1 | -23/+6 |
| | |||||
* | follow XDG_DATA_DIR spec for app data | Akshay | 2020-07-10 | 1 | -13/+25 |
| | |||||
* | redo quit command | Akshay | 2020-07-10 | 1 | -11/+16 |
| | |||||
* | add quit command | Akshay | 2020-07-04 | 1 | -5/+8 |
| | |||||
* | new 'delete' command | Akshay | 2020-07-04 | 1 | -3/+33 |
| | |||||
* | fix focus-on-delete bug | Akshay | 2020-07-02 | 1 | -10/+1 |
| | |||||
* | add statusline, month sifting | Akshay | 2020-07-02 | 1 | -12/+63 |
| | |||||
* | new name, add spacing for command line | Akshay | 2020-07-01 | 1 | -3/+3 |
| | |||||
* | access command mode via ':' and basic command parsing | Akshay | 2020-06-30 | 1 | -0/+19 |
| | |||||
* | fix overlapping widget issue | Akshay | 2020-06-29 | 1 | -2/+4 |
| | |||||
* | wow its been a month huh | Akshay | 2020-05-02 | 1 | -13/+27 |
| | |||||
* | serialize App into json with erased_serde | Akshay | 2020-03-18 | 1 | -7/+46 |
| | |||||
* | switch to Trait implementation of Habit | Akshay | 2020-03-11 | 1 | -23/+21 |
| | |||||
* | refactor into app.rs | Akshay | 2020-02-27 | 1 | -0/+169 |