diff options
author | Meudwy <meudwy@meudwy.uk> | 2023-07-25 11:55:26 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-07-25 16:07:38 +0200 |
commit | 75de7d47da797b5cf6e7a859a1bff030f7b571a3 (patch) | |
tree | 477c73988a9ded37345799e28ed2c4f7d789d666 /man | |
parent | 43f2cb8b491d95eb79b6b6d404865135971fe642 (diff) | |
download | mblaze-75de7d47da797b5cf6e7a859a1bff030f7b571a3.tar.gz mblaze-75de7d47da797b5cf6e7a859a1bff030f7b571a3.tar.xz mblaze-75de7d47da797b5cf6e7a859a1bff030f7b571a3.zip |
minc: read directory names from stdin
This matches `mlist` where it can take directories as arguments or via stdin. Closes: #244 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r-- | man/minc.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/minc.1 b/man/minc.1 index cb71c85..6b7f96c 100644 --- a/man/minc.1 +++ b/man/minc.1 @@ -17,6 +17,9 @@ by moving them from to .Pa cur , and adjusting the filenames. +If used non-interactively with no specified folders, +.Nm +reads directory names from the standard input. .Pp By default, the new filenames are printed, separated by newlines. |