You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aerc/lib/xdg
Tristan Partin 1be64ef751 history: read the history file from XDG_STATE_HOME
History is more like application state than a cache you would just want
to blow away. Let's reflect that in the path for the history file.

Changelog-changed: The location of the command history file has
 changed to ${XDG_STATE_HOME:-$HOME/.local/state}/aerc/history.
Signed-off-by: Tristan Partin <tristan@partin.io>
Acked-by: Robin Jarry <robin@jarry.cc>
2 weeks ago
..
home.go log: move package to lib 9 months ago
home_test.go xdg: add functions to deal with user home paths 1 year ago
xdg.go history: read the history file from XDG_STATE_HOME 2 weeks ago
xdg_test.go xdg: fix unit tests on macos 1 year ago