mirror of
https://github.com/wez/wezterm.git
synced 2024-12-29 00:21:57 +03:00
5c222cfcdc
Adds some plumbing to allow the GUI to implement a download handler and connect that up for iterm2 image/file transfers that have their inline property set to false. Previously we'd just log an error. Now we will by default download the file to the user's download directory. This behavior can be turned off via the new `allow_download_protocols` configuration setting. File transfers can be initiated on a remote host via the https://iterm2.com/utilities/it2dl script. When the download completes, a toast notification is shown that will open the file when clicked. refs: https://github.com/wez/wezterm/discussions/1450 |
||
---|---|---|
.. | ||
activity.rs | ||
connui.rs | ||
domain.rs | ||
lib.rs | ||
localpane.rs | ||
pane.rs | ||
renderable.rs | ||
ssh.rs | ||
tab.rs | ||
termwiztermtab.rs | ||
tmux.rs | ||
window.rs |