omarchy-send/internal/config
28allday a93cdcaa83 Expand ~ in receiveDir everywhere it becomes a filesystem path
A receiveDir stored as "~/Omarchy-Send" (hand-edited, or typed into the
Settings tab) was treated as a relative path, so the receiver silently
created a literal "~" directory under its cwd and wrote incoming files
there. The TUI expanded ~ for display only, which hid the problem.

The canonical ExpandHome now lives in config and is applied in Load
(normalised value is persisted back), in the Settings-tab save, and by
the TUI's display helper, which now delegates to it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 15:13:13 +01:00
..
config.go Expand ~ in receiveDir everywhere it becomes a filesystem path 2026-06-07 15:13:13 +01:00
config_test.go Expand ~ in receiveDir everywhere it becomes a filesystem path 2026-06-07 15:13:13 +01:00
names.go Generate a random friendly alias on first run 2026-05-27 20:44:55 +01:00
names_test.go Generate a random friendly alias on first run 2026-05-27 20:44:55 +01:00