aboutsummaryrefslogtreecommitdiffstats
path: root/commands/terminal
Commit message (Expand)AuthorAgeFilesLines
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-5/+0
* app: export global functionsRobin Jarry2023-10-101-3/+3
* widgets: rename package to appRobin Jarry2023-10-101-4/+4
* tabs: make sure to close tab contentRobin Jarry2023-04-011-1/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-3/+1
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* go.mod: change base git urlRobin Jarry2021-11-052-2/+2
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Revert "add close command at global level"Drew DeVault2019-08-131-0/+30
* add close command at global levelAditya Srivastava2019-08-131-30/+0
* Fix :close on terminal panicJeffas2019-07-251-1/+0
* Implement basic tab completion supportGregory Mullen2019-06-292-4/+14
* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
* Add message view commands, :closeDrew DeVault2019-03-301-4/+1
* Add basic message viewer mockupDrew DeVault2019-03-301-3/+3
* Implement :pipeDrew DeVault2019-03-301-0/+1
* Add terminal command contextDrew DeVault2019-03-212-0/+39