Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add terminal command context | Drew DeVault | 2019-03-21 | 2 | -4/+19 |
* | Add context-specific commands | Drew DeVault | 2019-03-21 | 13 | -30/+72 |
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 1 | -0/+25 |
* | s/:term-close/:close/g | Drew DeVault | 2019-03-17 | 1 | -2/+3 |
* | Wrap Terminal in TermHost | Drew DeVault | 2019-03-17 | 2 | -19/+6 |
* | Add :term-close | Drew DeVault | 2019-03-17 | 2 | -2/+40 |
* | Handle terminal title, login shell | Drew DeVault | 2019-03-17 | 1 | -5/+16 |
* | Implement :next-tab, :prev-tab | Drew DeVault | 2019-03-17 | 1 | -0/+42 |
* | Move exline handling up to aerc, add :term | Drew DeVault | 2019-03-17 | 1 | -0/+33 |
* | commands: handle case where no account selected | Drew DeVault | 2019-03-17 | 4 | -0/+12 |
* | Implement :select-message | Drew DeVault | 2019-03-15 | 1 | -0/+31 |
* | Fix usage message for :next-message | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Implement :next-message n% | Drew DeVault | 2019-03-15 | 1 | -1/+10 |
* | Add :quit command | Drew DeVault | 2019-03-15 | 1 | -0/+24 |
* | Fix help string for :cd | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Rename :cd -> :cf, add :cd | Drew DeVault | 2019-03-15 | 2 | -11/+56 |
* | Implement :{next,prev}-message | Drew DeVault | 2019-03-14 | 2 | -3/+46 |
* | Implement :cd command | Drew DeVault | 2019-03-14 | 2 | -4/+38 |
* | Flesh out command parsing & handling | Drew DeVault | 2019-03-10 | 3 | -22/+44 |
* | Start building out command subsystem | Drew DeVault | 2019-03-10 | 3 | -0/+58 |