tmux-yank

Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.

MIT License

Stars
2.7K

Bot releases are hidden (Show)

tmux-yank - v2.3.0 Latest Release

Published by docwhat over 6 years ago

Added

  • Tmux 2.4 support (@docwhat, @edi9999)
  • Windows Subsystem for Linux (WSL) support via clip.exe (@lukewang1024)
  • "copy pane current directory" feature (@bruno-)
  • yank_line and yank_pane_pwd fork to prevent xclip from hanging Tmux (@leoalekseyev)
  • yank_line no longer cares if you use emacs or vi in copy-mode.

Fixed

  • Detect git builds of tmux version ≥ 2.4 (@maximbaz PR#89)
tmux-yank - v0.0.1

Published by docwhat over 7 years ago

  • First working version.
tmux-yank - v0.0.2

Published by docwhat over 7 years ago

Updated

- `README`

Added

- In OS X: Check if `reattach-to-user-namespace` is installed.
- "copy current command line" feature.
tmux-yank - v0.0.3

Published by docwhat over 7 years ago

Added

  • Wait when doing "yank line" when using a remote shell (ssh, mosh) to
    ensure screen is updated.

Fixed

  • Handle yank-line when used on the last line of buffer: copy multiple
    lines.
  • yank-line never yanks 'newline' char for multiple-line commands in
    shell (this is actually tmux/bash bug).

Updated

  • Code cleanup.
tmux-yank - v0.0.4

Published by docwhat over 7 years ago

Updated

  • README documentation; including a screen-cast.
tmux-yank - v1.0.0

Published by docwhat over 7 years ago

Added

  • Show error message if plugin dependencies aren't installed.
  • Vagrant setup for manually testing Linux.

Updated

  • README
    • Related plugin list
    • Instructions on updating xclip for Linux.

Removed

  • The screen-cast is moved into screencast branch.
tmux-yank - v2.0.0

Published by docwhat over 7 years ago

Fixed

  • Change copy mode "put selection" key binding to Y so that vi
    mode Controly is not overridden.
tmux-yank - v2.1.0

Published by docwhat over 7 years ago

Added

  • Add support for xsel on Linux (@ctjhoa)
  • Support for shell vi mode (@xnaveira)

Updated

  • Make reattach-to-user-namespace on OS X optional (@bosr)
  • Deprecate Alty
tmux-yank - v2.2.0

Published by docwhat over 7 years ago

Added

  • Support for custom copy command (if xclip and others aren't
    accessible, and you want to have your custom copy command)
  • Cygwin support via putclip command