about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Add :term-closeDrew DeVault2019-03-172-2/+40
* Handle terminal title, login shellDrew DeVault2019-03-171-5/+16
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-0/+42
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-0/+33
* commands: handle case where no account selectedDrew DeVault2019-03-174-0/+12
* Implement :select-messageDrew DeVault2019-03-151-0/+31
* Fix usage message for :next-messageDrew DeVault2019-03-151-1/+1
* Implement :next-message n%Drew DeVault2019-03-151-1/+10
* Add :quit commandDrew DeVault2019-03-151-0/+24
* Fix help string for :cdDrew DeVault2019-03-151-1/+1
* Rename :cd -> :cf, add :cdDrew DeVault2019-03-152-11/+56
* Implement :{next,prev}-messageDrew DeVault2019-03-142-3/+46
* Implement :cd commandDrew DeVault2019-03-142-4/+38
* Flesh out command parsing & handlingDrew DeVault2019-03-103-22/+44
* Start building out command subsystemDrew DeVault2019-03-103-0/+58