atuin/crates/atuin-client
Ellie Huxtable 9b82bba53f
feat(daemon): follow XDG_RUNTIME_DIR if set (#2171)
If XDG_RUNTIME_DIR is set, put the socket file there.

If not, default to storing it in our data dir. We cannot default to a
path such as /run/user/$UID/ because it does not exist on all systems.
Any system running systemd will set this var by default, and ensure that
the directory it points to is correctly setup.
2024-06-20 10:28:00 +01:00
..
migrations chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
record-migrations chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
src feat(daemon): follow XDG_RUNTIME_DIR if set (#2171) 2024-06-20 10:28:00 +01:00
tests/data chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
Cargo.toml chore(deps): bump memchr from 2.7.2 to 2.7.4 (#2151) 2024-06-17 09:12:37 +01:00
config.toml Fix scroll_exits default in config.toml (#2166) 2024-06-19 11:38:39 +01:00