aboutsummaryrefslogtreecommitdiff
path: root/src/command.rs
Commit message (Collapse)AuthorAgeFilesLines
* Adds "wq" command as a combination of "write" and "quit".Bruno A. MuciƱo2020-09-021-2/+6
|
* don't write to stderr!Akshay2020-08-031-2/+0
|
* Revert "Merge remote-tracking branch 'origin/master' into feature/larger-names"Akshay2020-08-031-80/+18
| | | | | This reverts commit e794c6ecf133df248471b465a7553d454b527399, reversing changes made to 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b.
* Revert "Add basic tests"Akshay2020-08-031-133/+29
| | | | This reverts commit 4591912ad315700b198238b8a3d3ba3c68d3bccf.
* Revert "Refactor parsers"Akshay2020-08-031-378/+122
| | | | This reverts commit 76bdf45721d597922962e003568dcfdbcb548e63.
* Revert "simplify command parsing logic"Akshay2020-08-031-30/+36
| | | | This reverts commit 83cba9dae6e4cc6a348ef0b9ee7e2c7f747409f5.
* use consts for dimensionsAkshay2020-08-031-2/+3
|
* simplify command parsing logicAkshay2020-08-021-36/+30
|
* Refactor parsersonielfa2020-07-311-122/+378
|
* Add basic testsonielfa2020-07-301-29/+133
|
* Merge branch 'master' into feature/larger-namesonielfa2020-07-231-2/+1
|\
| * remove dependency on rustc v1.45, bump to v0.2.1v0.2.1Akshay2020-07-231-2/+1
| |
* | Allow names longer that one wordonielfa2020-07-231-18/+80
|/
* remove debug key binds, add :write commandAkshay2020-07-221-0/+3
|
* remove unused importAkshay2020-07-221-1/+0
|
* remove `d` keybind, add tab completionAkshay2020-07-221-9/+63
|
* add help commandAkshay2020-07-211-3/+10
|
* improve command mode positioning/uxAkshay2020-07-191-40/+50
|
* add smooth error handlingAkshay2020-07-181-22/+73
|
* add track commandsAkshay2020-07-161-1/+16
|
* make `add` command easier to useAkshay2020-07-151-9/+4
|
* more boilerplate for auto-trackable habitsAkshay2020-07-141-1/+3
| | | | add funding.yml also :^)
* redo quit commandAkshay2020-07-101-0/+10
|
* add quit commandAkshay2020-07-041-0/+2
|
* new 'delete' commandAkshay2020-07-041-2/+8
|
* add month sifting commandsAkshay2020-07-021-0/+4
|
* basic command mode and parsingAkshay2020-06-301-0/+49