From 2df33208d76159ffacffce3c8a8edc3a5ad7ea7b Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 19 Nov 2021 16:08:01 +0600 Subject: apply -0 to stdin/-i as well while i was initially against this since it can be done via `xargs -0`. the problem with this approach is that there's a limit to how many args a command can recieve, leading to problem like this [0] when opening large (1k~) amount of images. there's no limit on how big stdin can be, so being able to read a null-separated list from stdin doesn't have this problem. [0]: https://github.com/ranger/ranger/pull/2307#issuecomment-818683515 --- nsxiv.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsxiv.1') diff --git a/nsxiv.1 b/nsxiv.1 index 280ba23..f968f3b 100644 --- a/nsxiv.1 +++ b/nsxiv.1 @@ -128,7 +128,7 @@ Set zoom level to ZOOM percent. .TP .B \-0 Use NULL-separator. With this option output of \-o and file-list sent to the -key-handler will be seperated by a NULL character. +key-handler and the input of \-i will be seperated by a NULL character. .SH KEYBOARD COMMANDS .SS General The following keyboard commands are available in both image and thumbnail mode: -- cgit v1.2.3-70-g09d2