From 25c58117333fb6b5ca5cd7785558d87819e5a54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20St=C3=B6ter?= Date: Wed, 11 Sep 2024 16:17:15 +0200 Subject: [PATCH] Add documentation for showinf batch processing via stdin. --- sphinx/users/comlinetools/display.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sphinx/users/comlinetools/display.rst b/sphinx/users/comlinetools/display.rst index 3eb66059d..6ca3d6c21 100644 --- a/sphinx/users/comlinetools/display.rst +++ b/sphinx/users/comlinetools/display.rst @@ -194,3 +194,16 @@ dimensions, and other basic metadata will be printed to the console. The default fill value is typically 0, but some readers may have different defaults. .. versionadded:: 6.13.0 + +.. option:: - + + Batch process multiple files reading file names and any additional options + line by line from stdin. For every line from stdin ``showinf`` is invoked + as called from the command prompt, but substituting ``-`` with the stdin + line. + + :: + + ls *.tiff | showinf - + + .. versionadded:: 8.0.0