mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (markdown)
@@ -1493,7 +1493,7 @@ chmod 600 $input $output
|
||||
# (e.g. --preview='echo {1}').
|
||||
# sadly we can't use "$@" here directly because we are inside sh -c "..." call
|
||||
# already.
|
||||
# you can also set window dimensions via -g '=ROWxCOLS', see man st.
|
||||
# you can also set window dimensions via -g '=COLSxROWS', see man st.
|
||||
st -c fzfmenu -n fzfmenu -e sh -c "cat $input | fzf $(printf -- " '%s'" "$@" | sed "s/^ ''$//") | tee $output" & disown
|
||||
|
||||
# handle ctrl+c outside child terminal window
|
||||
|
||||
Reference in New Issue
Block a user