omarchy-send/internal
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
..
app Headless one-shot message send + desktop notifications on incoming 2026-05-29 14:13:43 +01:00
client Route tailnet traffic via tailscaled's SOCKS5 proxy on userspace boxes 2026-06-06 13:29:14 +01:00
clipboard Clipboard send/copy, PIN for messages, and quiet stdlib logging 2026-05-27 22:06:24 +01:00
config Expand ~ in receiveDir everywhere it becomes a filesystem path 2026-06-07 15:13:13 +01:00
dbg Clipboard send/copy, PIN for messages, and quiet stdlib logging 2026-05-27 22:06:24 +01:00
discovery Route tailnet traffic via tailscaled's SOCKS5 proxy on userspace boxes 2026-06-06 13:29:14 +01:00
notify Headless one-shot message send + desktop notifications on incoming 2026-05-29 14:13:43 +01:00
protocol Initial commit: Omarchy-Send v0.1.0 2026-05-27 19:26:08 +01:00
security Initial commit: Omarchy-Send v0.1.0 2026-05-27 19:26:08 +01:00
server Send and read plain-text messages 2026-05-27 21:40:40 +01:00
tailscale Add remote-peer support over Tailscale and unicast probing 2026-06-02 21:47:52 +01:00
theme Initial commit: Omarchy-Send v0.1.0 2026-05-27 19:26:08 +01:00
transfer Initial commit: Omarchy-Send v0.1.0 2026-05-27 19:26:08 +01:00
tsproxy Route tailnet traffic via tailscaled's SOCKS5 proxy on userspace boxes 2026-06-06 13:29:14 +01:00
tui Expand ~ in receiveDir everywhere it becomes a filesystem path 2026-06-07 15:13:13 +01:00