Merge remote-tracking branch 'Screwtapello/document-file-handling-in-filter-mode'

This commit is contained in:
Maxime Coste 2021-12-20 09:01:25 +11:00
commit 92f7306d5b

View File

@ -96,10 +96,24 @@ Execute
after the server initialization phase. after the server initialization phase.
. .
.It Fl f Ar keys .It Fl f Ar keys
Enter in Run Kakoune in
.Sq filter mode : .Sq filter mode ,
select the whole file, then execute like
.Ar keys . .Xr sed 1 .
For standard input and each file named on the command line,
the whole buffer is selected
(as with
.Li % )
then
.Ar keys
are executed.
The filtered version of standard input
is written to standard output.
Any files mentioned on the command line
are modified in-place,
but if
.Fl i
is provided then Kakoune makes a backup of the original version.
. .
.It Fl i Ar suffix .It Fl i Ar suffix
Backup the files on which a filter is applied, using the given suffix. Backup the files on which a filter is applied, using the given suffix.