Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gofmt fixes | Drew DeVault | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 1 | -4/+1 |
| | | | | Forgot an unused import, to save you the hassle here is v2. | ||||
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -2/+12 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | Implement :mkdir command | Drew DeVault | 2019-06-09 | 1 | -0/+39 |