Unable to configure clipboard copy (pbcopy) functionality on macOS with Wezterm #2097
Open
3 tasks done
Labels
bug
Something isn't working
What system are you running Yazi on?
macOS
What terminal are you running Yazi in?
Wezterm
yazi --debug
outputDescribe the bug
Issue Description
Is there a recommended way to configure clipboard operations for macOS users? Or is this potentially a bug in how Yazi 0.4.2 interacts with macOS clipboard operations?
I am unable to configure Yazi to copy file contents to system clipboard using
pbcopy
. The native macOS clipboard commandpbcopy
works correctly in the terminal (echo "test" | pbcopy
functions as expected), but cannot get it working within Yazi's configuration.Attempted Configurations
I've tried multiple approaches in
yazi.toml
, but none have worked:Attempt 1
Attempt 2
Attempt 3
Attempt 4
Current Behavior
None of the configurations result in the file contents being copied to the clipboard. No error messages are displayed in the status bar.
Minimal reproducer
yazi.toml
with:Expected: The content "test content" should be in clipboard
Actual: Nothing is copied to clipboard
Anything else?
No response
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: