Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T17:41:57.000Z (over 3 years ago)
- Last Synced: 2024-10-12T22:48:30.916Z (27 days ago)
- Topics: fzf, maccy, tmux
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 38
- Watchers: 3
- 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]
- Popup window is used if you have tmux 3.2 or above
- [fzf][fzf]
- `fzf-tmux` should be on `$PATH`
- [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 '@'# fzf-tmux layout (default: '-p70%' on tmux 3.2, '-d' otherwise)
# (-p requires tmux 3.2 or above, see `man fzf-tmux` for available options)
set -g @fzf-maccy-layout '-p70%'
```License
-------[MIT](/LICENSE)