diff options
Diffstat (limited to 'fzclip')
-rwxr-xr-x | fzclip | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/env bash +clipman pick --tool=CUSTOM --tool-args="fzf --prompt 'pick > ' --bind 'tab:up' --cycle" --histpath=/home/lxf/.local/share/clipman-primary.json + |