tmux
This commit is contained in:
5
tmux/.tmux/plugins/tmux-yank/scripts/copy_pane_pwd.sh
Normal file → Executable file
5
tmux/.tmux/plugins/tmux-yank/scripts/copy_pane_pwd.sh
Normal file → Executable file
@ -16,10 +16,13 @@ display_notice() {
|
||||
|
||||
main() {
|
||||
local copy_command
|
||||
local payload
|
||||
# shellcheck disable=SC2119
|
||||
copy_command="$(clipboard_copy_command)"
|
||||
payload="$(pane_current_path | tr -d '\n')"
|
||||
# $copy_command below should not be quoted
|
||||
pane_current_path | tr -d '\n' | $copy_command
|
||||
echo "$payload" | $copy_command
|
||||
tmux set-buffer "$payload"
|
||||
display_notice
|
||||
}
|
||||
main
|
||||
|
Reference in New Issue
Block a user