Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log: move package to lib | Robin Jarry | 2024-02-14 | 1 | -1/+1 |
| | | | | | | | This has nothing to do at the root of the source tree. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Bence Ferdinandy <bence@ferdinandy.com> | ||||
* | xdg: add functions to deal with user home paths | Robin Jarry | 2023-08-27 | 1 | -0/+47 |
These are intended to replace the following deprecated libraries: github.com/kyoh86/xdg github.com/mitchellh/go-homedir The feature set should be roughly equivalent with some tweaks to make our life easier in aerc. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Moritz Poldrack <moritz@poldrack.dev> |