Ctrl+V view paste rejects quoted paths and tilde
- Lenguaje dominante
- Rust
- Estrellas
- 1
- Forks
- 0
- Merge medio
- 1 d 15 h
- PR fusionados (30 d)
- 4
Descripción
Found during PR #153 review: a pasted view line whose path contains a space (quoted) or a tilde is a silent no-op. render/framing.rs read_line takes the first whitespace word as the path (a quoted "clip 2" splits mid-quote), and nothing in crates/ expands ~ for file paths, so registry lines pointing into ~/Videos/Insta/ab_testing/"clip 2"/... run fine as CLI args but die silently as Ctrl+V targets.
Options: teach read_line shell-style quoted paths + tilde expansion, or keep the parser and document the limitation (PR #153 documents it for now). The silent no-op is by design for unusable clipboards (docs/UI.md), but a recognizably-a-view line that fails only on path splitting is arguably worth a toast.
Filed under the owner's standing issue authorization (2026-08-05).
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.