aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2024-04-13ipc: add more fine-grained options to disable IPCJason Cox
2024-04-13ipc: disable IPC completely when disable-ipc=trueJason Cox
2024-04-13ipc: add --no-ipc flag to completely disable IPCJason Cox
2024-04-13ipc: retry failed command directly, not over IPCJason Cox
2024-04-13ipc: improve error handlingJason Cox
2024-02-22ipc: fix deadlock when aerc is not runningRobin Jarry
2024-02-14config: improve styleset error reportingRobin Jarry
2024-02-14log: move package to libRobin Jarry
2024-02-12aerc: set title using vaxisTim Culverhouse
2024-02-12ui: remove screen and viewportsTim Culverhouse
2024-02-01main: improve version stringRobin Jarry
2024-01-31ipc: wait for app to be ready before accepting commandsRobin Jarry
2024-01-21main: add flags to override config filesBence Ferdinandy
2024-01-20commands: refactor registrationRobin Jarry
2023-12-31commands: fix abbreviations regressionVitaly Ovchinnikov
2023-12-30patch: create sub-command structureKoni Marti
2023-10-28commands: use completion from go-optRobin Jarry
2023-10-28commands: remove command set completion apiRobin Jarry
2023-10-28main: parse command line args with go-optRobin Jarry
2023-10-28commands: remove command set execute apiRobin Jarry
2023-10-28commands: expand templates before command resolutionRobin Jarry
2023-10-28commands: pass raw command line down to template evaluationRobin Jarry
2023-10-26aerc: initialise the random number generatorMoritz Poldrack
2023-10-24commands: add :suspendNojus Gudinavičius
2023-10-11ui: export global functionsRobin Jarry
2023-10-10app: export global functionsRobin Jarry
2023-10-10widgets: rename package to appRobin Jarry
2023-09-19commands: strip leading colons from commandsBence Ferdinandy
2023-09-19commands: run a command by its first lettersVitaly Ovchinnikov
2023-05-20ui: fix deadlocks in message channelRobin Jarry
2023-05-16commands: expand and complete template codeKoni Marti
2023-05-16commands: add OptionsProvider and OptionCompleterKoni Marti
2023-04-01hooks: add aerc-shutdownMoritz Poldrack
2023-04-01hooks: add aerc-startup hookMoritz Poldrack
2023-03-15main: rename aerc.go -> main.goRobin Jarry