Path encoding/decoding utilities — frontend mirror of src-tauri/src/path/encode.rs.
The frontend often needs these locally (breadcrumb rendering, Copy Path) without
an IPC round-trip. Algorithms are kept simple and must stay in sync with the
Rust implementations.
Path encoding/decoding utilities — frontend mirror of
src-tauri/src/path/encode.rs.The frontend often needs these locally (breadcrumb rendering, Copy Path) without an IPC round-trip. Algorithms are kept simple and must stay in sync with the Rust implementations.
Three distinct output forms:
toCanonicalUri—brows3r://<profile_id>/<bucket>/<key>(stable, unambiguous)toDisplayPath—DisplayPathfor breadcrumb UI (human-readable, not encoded)toClipboardString—s3://<bucket>/<key>for aws-cli paste