tmux-fastcopy

easymotion-style text copying for tmux.

GPL-2.0 License

Stars
66
Committers
5

Bot releases are visible (Hide)

tmux-fastcopy - v0.14.1 Latest Release

Published by github-actions[bot] 11 months ago

Fixed

  • Properly unescape escapes in regex strings when decoding tmux options.
tmux-fastcopy - v0.14.0

Published by github-actions[bot] about 1 year ago

Removed

  • Drop Windows builds.

Fixed

  • Fix hang when destroy-unattached is set to on.
tmux-fastcopy - v0.13.1

Published by abhinav about 1 year ago

Fixed

  • Fix installation script for latest release.
tmux-fastcopy - v0.13.0

Published by abhinav about 1 year ago

Added

  • Add support for multiple selections. Press Tab after invoking tmux-fastcopy to enter multi-select mode.

Thanks to @hansmansson for their contribution to this release.

tmux-fastcopy - v0.12.0

Published by github-actions[bot] over 1 year ago

Added

  • Actions are now run with FASTCOPY_TARGET_PANE_ID set to the ID of the pane
    where fastcopy was invoked.
    Use this to run operations against the pane from within the action.
tmux-fastcopy - v0.11.1

Published by github-actions[bot] over 1 year ago

Fixed

  • Fix release archive names for AUR, Homebrew, etc.
tmux-fastcopy - v0.11.0

Published by github-actions[bot] over 1 year ago

Changed

  • Relicense under GPL-2.0.
  • Run fastcopy-action and fastcopy-shift-action inside the pane's current directory, if available.
tmux-fastcopy - v0.10.0

Published by github-actions[bot] over 1 year ago

Changed

  • Use event-based rendering instead of fixed rate rendering.
    This should reduce flickering on slow systems.
tmux-fastcopy - v0.9.0

Published by github-actions[bot] over 2 years ago

Added

  • Add @fastcopy-shift-action to specify an alternative action to be run when
    a label is selected with the Shift key pressed.
tmux-fastcopy - v0.8.0

Published by github-actions[bot] over 2 years ago

Added

  • Expose the name of the matched regex to the action with the
    FASTCOPY_REGEX_NAME environment variable.
tmux-fastcopy - v0.7.2

Published by github-actions[bot] over 2 years ago

Added

  • For 32-bit ARM binaries, support ARM v5, v6, and v7.
tmux-fastcopy - v0.7.1

Published by github-actions[bot] over 2 years ago

Added

  • Publish a Linux ARM 32-bit binary with each release.
  • Publish a tmux-fastcopy-bin package to AUR.
tmux-fastcopy - v0.7.0

Published by github-actions[bot] over 2 years ago

Changed

  • Handle wrapping of long lines by Tmux.
    These lines will now be joined when copied.
tmux-fastcopy - v0.6.2

Published by github-actions[bot] almost 3 years ago

Fixed

  • Better handle single-quoted strings in Tmux configuration.
tmux-fastcopy - v0.6.1

Published by github-actions[bot] almost 3 years ago

tmux-fastcopy - v0.6.0

Published by github-actions[bot] about 3 years ago

0.6.0 - 2021-09-13

Added

  • Publish Homebrew formulae for the project.
tmux-fastcopy - v0.5.1

Published by github-actions[bot] about 3 years ago

0.5.1 - 2021-09-09

Fixed

  • Don't consume 100% CPU when idling.
tmux-fastcopy - v0.5.0

Published by github-actions[bot] about 3 years ago

0.5.0 - 2021-09-07

Changed

  • Change default action to tmux load-buffer -. This eliminates risk of
    hitting ARG_MAX with set-buffer--however unlikely that was.

Fixed

  • #38: Fix infinite loop when there's a single match.
tmux-fastcopy - v0.4.0

Published by github-actions[bot] about 3 years ago

0.4.0 - 2021-09-06

Highlight: The minimum required version of Tmux was lowered to 3.0.

Added

  • Add back -log flag. Use this flag to specify the destination for log
    messages.
  • Add -tmux flag to specify the location of the tmux executable.

Changed

  • Support Tmux 3.0. Previously, tmux-fastcopy required at least Tmux 3.2.
tmux-fastcopy - v0.3.1

Published by github-actions[bot] about 3 years ago

0.3.1 - 2021-08-23

Fixed

  • Make path regex more accurate and avoid matching URLs.