https://github.com/eylles/fzf-copypasta
copy pastas picker with fzf
https://github.com/eylles/fzf-copypasta
copypasta copypasta-picker copypastas fzf-scripts fzf-wrapper picker
Last synced: about 2 months ago
JSON representation
copy pastas picker with fzf
- Host: GitHub
- URL: https://github.com/eylles/fzf-copypasta
- Owner: eylles
- License: gpl-3.0
- Created: 2022-10-10T12:15:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T07:26:26.000Z (3 months ago)
- Last Synced: 2025-02-02T08:23:43.869Z (3 months ago)
- Topics: copypasta, copypasta-picker, copypastas, fzf-scripts, fzf-wrapper, picker
- Language: Shell
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# fzf copypasta
Copy Pasta picker for fzf
## Install
```
git clone https://github.com/eylles/fzf-copypasta
cd fzf-copypasta
make install
```i also include a example copypasta for the format and an example config file, the config file IS
NOT VERIFIED FOR INCORRECT OPTIONS, if you set any of te variables to something that doesn't make
sense the script will not run as expected.the config file is expected to be located in `${XDG_CONFIG_HOME:-~/.config}/copypastas/configrc`
the script attempts to launch any of the avaible terminals with either the name or class
`CopyPaster` so that you can match it on your window manager config and give rules like ontop,
floating, centered and more.this script is based on [term-dmenu](https://github.com/Seirdy/term-dmenu)