aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* aerc: set title using vaxisTim Culverhouse2024-02-121-28/+0
* ui: remove screen and viewportsTim Culverhouse2024-02-121-3/+0
* main: improve version stringRobin Jarry2024-02-011-8/+7
* ipc: wait for app to be ready before accepting commandsRobin Jarry2024-01-311-1/+11
* main: add flags to override config filesBence Ferdinandy2024-01-211-5/+13
* commands: refactor registrationRobin Jarry2024-01-201-99/+12
* commands: fix abbreviations regressionVitaly Ovchinnikov2023-12-311-7/+7
* patch: create sub-command structureKoni Marti2023-12-301-1/+9
* commands: use completion from go-optRobin Jarry2023-10-281-1/+1
* commands: remove command set completion apiRobin Jarry2023-10-281-11/+28
* main: parse command line args with go-optRobin Jarry2023-10-281-28/+59
* commands: remove command set execute apiRobin Jarry2023-10-281-35/+25
* commands: expand templates before command resolutionRobin Jarry2023-10-281-1/+5
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-281-12/+13
* aerc: initialise the random number generatorMoritz Poldrack2023-10-261-0/+5
* commands: add :suspendNojus Gudinavičius2023-10-241-0/+5
* ui: export global functionsRobin Jarry2023-10-111-14/+7
* app: export global functionsRobin Jarry2023-10-101-22/+17
* widgets: rename package to appRobin Jarry2023-10-101-9/+9
* commands: strip leading colons from commandsBence Ferdinandy2023-09-191-1/+1
* commands: run a command by its first lettersVitaly Ovchinnikov2023-09-191-0/+42
* ui: fix deadlocks in message channelRobin Jarry2023-05-201-17/+16
* commands: expand and complete template codeKoni Marti2023-05-161-0/+3
* commands: add OptionsProvider and OptionCompleterKoni Marti2023-05-161-4/+9
* hooks: add aerc-shutdownMoritz Poldrack2023-04-011-0/+9
* hooks: add aerc-startup hookMoritz Poldrack2023-04-011-0/+9
* main: rename aerc.go -> main.goRobin Jarry2023-03-151-0/+263