Parse a paste payload that may contain dragged-and-dropped file paths.
The parser is strict on purpose: it only returns paths when the entire paste payload can be interpreted as one or more existing files. Any invalid token falls back to normal text paste behavior by returning an empty list.
Supports common dropped-path formats:
file:// URLs| Name | Type | Description |
|---|---|---|
text* | str | Raw paste payload from the terminal. |