aboutsummaryrefslogtreecommitdiffstats
path: root/commands/quit.go
Commit message (Expand)AuthorAgeFilesLines
* quit: add :q aliasTristan Partin2024-03-101-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-18/+5
* app: export global functionsRobin Jarry2023-10-101-3/+2
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+1
* commands: implement a no-quit modeKoni Marti2022-07-141-3/+20
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Add context-specific commandsDrew DeVault2019-03-211-2/+2
* Add :quit commandDrew DeVault2019-03-151-0/+24