aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* go: bump minimal version to 1.21 and handle deprecationsBence Ferdinandy2024-08-201-5/+0
* main: add aliases for flags and optionsRobin Jarry2024-06-281-14/+18
* main: detect invalid arguments earlyRobin Jarry2024-06-281-0/+10
* ipc: add more fine-grained options to disable IPCJason Cox2024-04-131-1/+4
* ipc: disable IPC completely when disable-ipc=trueJason Cox2024-04-131-9/+11
* ipc: add --no-ipc flag to completely disable IPCJason Cox2024-04-131-7/+13
* ipc: retry failed command directly, not over IPCJason Cox2024-04-131-13/+7
* ipc: improve error handlingJason Cox2024-04-131-11/+20
* ipc: fix deadlock when aerc is not runningRobin Jarry2024-02-221-4/+7
* config: improve styleset error reportingRobin Jarry2024-02-141-1/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* 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