omarchy-send/internal/tui
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
..
manage_test.go Add remote-peer support over Tailscale and unicast probing 2026-06-02 21:47:52 +01:00
model.go Expand ~ in receiveDir everywhere it becomes a filesystem path 2026-06-07 15:13:13 +01:00
render_test.go Initial commit: Omarchy-Send v0.1.0 2026-05-27 19:26:08 +01:00
send_test.go Add remote-peer support over Tailscale and unicast probing 2026-06-02 21:47:52 +01:00
styles.go Initial commit: Omarchy-Send v0.1.0 2026-05-27 19:26:08 +01:00
view_manage.go Add remote-peer support over Tailscale and unicast probing 2026-06-02 21:47:52 +01:00
view_messages.go Send and read plain-text messages 2026-05-27 21:40:40 +01:00
view_peers.go Initial commit: Omarchy-Send v0.1.0 2026-05-27 19:26:08 +01:00
view_send.go Add fuzzy send finder, quick-send, and Nautilus right-click 2026-06-01 14:46:05 +01:00