| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds "wq" command as a combination of "write" and "quit". | Bruno A. MuciƱo | 2020-09-02 | 1 | -2/+6 |
* | don't write to stderr! | Akshay | 2020-08-03 | 1 | -2/+0 |
* | Revert "Merge remote-tracking branch 'origin/master' into feature/larger-names" | Akshay | 2020-08-03 | 1 | -80/+18 |
* | Revert "Add basic tests" | Akshay | 2020-08-03 | 1 | -133/+29 |
* | Revert "Refactor parsers" | Akshay | 2020-08-03 | 1 | -378/+122 |
* | Revert "simplify command parsing logic" | Akshay | 2020-08-03 | 1 | -30/+36 |
* | use consts for dimensions | Akshay | 2020-08-03 | 1 | -2/+3 |
* | 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 branch 'master' into feature/larger-names | onielfa | 2020-07-23 | 1 | -2/+1 |
|\ |
|
| * | remove dependency on rustc v1.45, bump to v0.2.1v0.2.1 | Akshay | 2020-07-23 | 1 | -2/+1 |
* | | Allow names longer that one word | onielfa | 2020-07-23 | 1 | -18/+80 |
|/ |
|
* | remove debug key binds, add :write command | Akshay | 2020-07-22 | 1 | -0/+3 |
* | remove unused import | Akshay | 2020-07-22 | 1 | -1/+0 |
* | remove `d` keybind, add tab completion | Akshay | 2020-07-22 | 1 | -9/+63 |
* | add help command | Akshay | 2020-07-21 | 1 | -3/+10 |
* | improve command mode positioning/ux | Akshay | 2020-07-19 | 1 | -40/+50 |
* | add smooth error handling | Akshay | 2020-07-18 | 1 | -22/+73 |
* | add track commands | Akshay | 2020-07-16 | 1 | -1/+16 |
* | make `add` command easier to use | Akshay | 2020-07-15 | 1 | -9/+4 |
* | more boilerplate for auto-trackable habits | Akshay | 2020-07-14 | 1 | -1/+3 |
* | redo quit command | Akshay | 2020-07-10 | 1 | -0/+10 |
* | add quit command | Akshay | 2020-07-04 | 1 | -0/+2 |
* | new 'delete' command | Akshay | 2020-07-04 | 1 | -2/+8 |
* | add month sifting commands | Akshay | 2020-07-02 | 1 | -0/+4 |
* | basic command mode and parsing | Akshay | 2020-06-30 | 1 | -0/+49 |