mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
1.6 KiB
1.6 KiB
fzf-clipboard
manage clipboard history via the terminal
install requirements
greenclip fzf xclip
add to autostart
greenclip daemon
configuration
vim ~/.bashrc or ~/.zshrc
# start fuzzy finder frontend to greenclip
fzf-clipboard() { echo -n "$(greenclip print | fzf -e -i)" | xclip -selection clipboard ;}
# greenclip configuration settings
cfg-greenclip() { killall greenclip ; $EDITOR ~/.config/greenclip.cfg && nohup greenclip daemon > /dev/null 2>&1 & }
# greenclip reload
rld-greenclip() { killall greenclip ; nohup greenclip daemon > /dev/null 2>&1 & }
# greenclip clear history
derez-greenclip() { killall greenclip ; rm ~/.cache/greenclip.history && nohup greenclip daemon > /dev/null 2>&1 & }
references
- https://www.youtube.com/watch?v=Vzt0tVNrJ0A
- Fuzzy Finder Playlist
- Rofi Clipboard Manager via Greenclip - Linux GUI
- https://github.com/erebe/greenclip
- https://github.com/junegunn/fzf
contact
_ _ _ _
__ _ ___ | |_| |__ | | ___| |_ _ _
/ _` |/ _ \| __| '_ \| |/ _ \ __| | | |
| (_| | (_) | |_| |_) | | __/ |_| |_| |
\__, |\___/ \__|_.__/|_|\___|\__|\__,_|
|___/