summary refs log tree commit diff stats
path: root/commands/terminal/terminal.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+2
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
|
* Add terminal command contextDrew DeVault2019-03-211-0/+16
a> 16 17 18 19 20 21 22 23 24 25 26 27
28
29
30
31
32
33
34
35
36