aboutsummaryrefslogtreecommitdiffstats
path: root/completer
Commit message (Expand)AuthorAgeFilesLines
* completer: use AddressForHumansRobin Jarry2024-06-251-13/+2
* log: move package to libRobin Jarry2024-02-141-1/+1
* treewide: replace shlex.Split with opt.SplitArgsRobin Jarry2023-10-281-5/+2
* logging: rename package to logRobin Jarry2022-12-021-6/+4
* address-book-cmd: be more lenient with errorsRobin Jarry2022-11-031-6/+14
* address-book-cmd: ignore completion above 100 itemsRobin Jarry2022-11-021-0/+17
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-5/+6
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-1/+1
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-1/+1
* completer: remove useless logger parameterRobin Jarry2022-07-171-11/+16
* completions: add support for completing multiple addressesParasrah2022-01-071-15/+28
* Strip trailing newline from address book entries without namesBen Burwell2020-01-091-9/+11
* Handle MIME encoded addresses in address bookBen Burwell2019-12-301-2/+12
* Add address book completion in composerBen Burwell2019-12-211-0/+153