aboutsummaryrefslogtreecommitdiffstats
path: root/commands/util.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-8/+8
* pipe: allow closing the terminal automaticallyJohannes Thyssen Tishman2024-04-131-1/+5
* log: move package to libRobin Jarry2024-02-141-1/+1
* aerc: change event interfaces to vaxis eventsTim Culverhouse2024-02-121-2/+2
* cd: fix completion of folders with a spaceRobin Jarry2024-01-171-1/+3
* commands: simplify CompletePathRobin Jarry2024-01-171-50/+22
* commands: treat folded threads as one entityKoni Marti2024-01-071-1/+30
* completion: refactor filter list apiRobin Jarry2023-11-021-5/+16
* complete: add trailing space after quotesRobin Jarry2023-10-301-2/+2
* commands: use completion from go-optRobin Jarry2023-10-281-8/+11
* app: export global functionsRobin Jarry2023-10-101-6/+6
* widgets: rename package to appRobin Jarry2023-10-101-4/+4
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-7/+2
* tabs: make sure to close tab contentRobin Jarry2023-04-011-2/+2
* attach: don't glob hidden filesMoritz Poldrack2022-12-201-0/+13
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* util: fetch message headers for nil messagesKoni Marti2022-08-221-2/+19
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-0/+20
* msgstore: fetch missing headers in visual modeKoni Marti2022-01-221-0/+3
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-2/+2
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-2/+2
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-3/+5
* Remove duration from the status methodsReto Brunner2020-05-271-5/+3
* Add Style configurationReto Brunner2020-05-271-2/+2
* Fix typosMartin Michlmayr2020-05-211-1/+1
* Change MarkedMessages to return uidsReto Brunner2020-05-111-2/+15
* add command helpersReto Brunner2019-12-211-0/+30
* Sort path completionsJeffas2019-09-201-0/+3
* Add CompletePath methodGalen Abell2019-08-021-0/+91
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+56