mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
doc: foot.5: document pipe-visible and pipe-scrollback
This commit is contained in:
parent
94bb313282
commit
48fa484f18
1 changed files with 17 additions and 0 deletions
|
|
@ -234,6 +234,23 @@ e.g. *search-start=none*.
|
|||
*fullscreen*
|
||||
Toggles the fullscreen state. Default: _not bound_.
|
||||
|
||||
*pipe-visible*, *pipe-scrollback*
|
||||
Pipes the currently visible text, or the entire scrollback, to an
|
||||
external tool. The syntax for this option is a bit special; the
|
||||
first part of the value is the command to execute enclosed in
|
||||
"[]", followed by the binding(s).
|
||||
|
||||
You can configure multiple pipes as long as the command strings
|
||||
are different and the key bindings are unique.
|
||||
|
||||
Note that the command is *not* automatically run inside a shell;
|
||||
use *sh -c "command line"* if you need that.
|
||||
|
||||
Example:
|
||||
*pipe-visible=[sh -c "xurls | fuzzel --dmenu | xargs -r firefox"] Control+Print*
|
||||
|
||||
Default: _not bound_
|
||||
|
||||
# SECTION: mouse-bindings
|
||||
|
||||
This section lets you override the default mouse bindings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue