Последняя активность 1730170567

Версия 2b850cbf27bb841c96c18c93ff7daeea622e3444

fzf-28.sh Исходник
1# Press F1 to open the file with less without leaving fzf
2# Press CTRL-Y to copy the line to clipboard and aborts fzf (requires pbcopy)
3fzf --bind 'f1:execute(less -f {}),ctrl-y:execute-silent(echo {} | pbcopy)+abort'