Commit message (Collapse) | 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 |
| | | | | | This reverts commit e794c6ecf133df248471b465a7553d454b527399, reversing changes made to 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b. | ||||
* | Revert "Add basic tests" | Akshay | 2020-08-03 | 1 | -133/+29 |
| | | | | This reverts commit 4591912ad315700b198238b8a3d3ba3c68d3bccf. | ||||
* | Revert "Refactor parsers" | Akshay | 2020-08-03 | 1 | -378/+122 |
| | | | | This reverts commit 76bdf45721d597922962e003568dcfdbcb548e63. | ||||
* | Revert "simplify command parsing logic" | Akshay | 2020-08-03 | 1 | -30/+36 |
| | | | | This reverts commit 83cba9dae6e4cc6a348ef0b9ee7e2c7f747409f5. | ||||
* | 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 |
| | | | | add funding.yml also :^) | ||||
* | 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 |