https://github.com/junegunn/tmux-fzf-maccy
Tmux plugin for Maccy and fzf integration
https://github.com/junegunn/tmux-fzf-maccy
fzf maccy tmux
Last synced: 23 days ago
JSON representation
Tmux plugin for Maccy and fzf integration
- Host: GitHub
- URL: https://github.com/junegunn/tmux-fzf-maccy
- Owner: junegunn
- License: mit
- Created: 2020-08-29T08:46:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T05:22:49.000Z (6 months ago)
- Last Synced: 2025-04-03T21:11:15.398Z (3 months ago)
- Topics: fzf, maccy, tmux
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 42
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tmux-fzf-maccy
==============[Tmux][tmux] plugin for [Maccy][maccy] and [fzf][fzf] integration. Allows you
to select an entry from clipboard history.[tmux]: https://github.com/tmux/tmux
[fzf]: https://github.com/junegunn/fzf
[maccy]: https://github.com/p0deje/MaccyPrerequisites
-------------- [tmux][tmux]
- [fzf][fzf]
- [Maccy][maccy]Installation
------------### Using [TPM](https://github.com/tmux-plugins/tpm)
Add this line to your tmux config file and press `PREFIX` + `I`.
```sh
set -g @plugin 'junegunn/tmux-fzf-maccy'
```Usage
-----Press `PREFIX` + `@` and select an entry to copy to your clipboard.
Customization
-------------```sh
# Bind-key (default: '@')
set -g @fzf-maccy-bind '@'# Popup window orientation and size (default: '70%', uses '--tmux' option of fzf)
set -g @fzf-maccy-popup '70%'
```License
-------[MIT](/LICENSE)