aboutsummaryrefslogtreecommitdiff
path: root/src/command.rs
Commit message (Expand)AuthorAgeFilesLines
* allow custom grid_size from toml filegrid-widthAkshay2021-05-131-2/+3
* add GoalKindsAkshay2021-02-241-8/+43
* 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
* Revert "Add basic tests"Akshay2020-08-031-133/+29
* Revert "Refactor parsers"Akshay2020-08-031-378/+122
* Revert "simplify command parsing logic"Akshay2020-08-031-30/+36
* 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
* 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