about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-24 15:37:30 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-24 15:39:15 +0100
commit8191e3d50e3459f035e6eea510dd4acdbc709fc2 (patch)
tree408a98a0bf9a6822b96b96f6a4d09aada1aa7a8c /README.md
parent21d745532f3a4ae93cc6a0479cadaf3660189933 (diff)
downloadlr-8191e3d50e3459f035e6eea510dd4acdbc709fc2.tar.gz
lr-8191e3d50e3459f035e6eea510dd4acdbc709fc2.tar.xz
lr-8191e3d50e3459f035e6eea510dd4acdbc709fc2.zip
add -P for $'...' escaping, verify UTF-8 filenames
Closes #1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 643e9bf..2e8bcda 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Over ls:
 
 ## Usage:
 
-	lr [-0|-F|-l [-TA|-TC|-TM]|-S|-f FMT] [-B|-D] [-H|-L] [-1AGQXdhsx] [-U|-o ORD] [-e REGEX]* [-t TEST]* PATH...
+	lr [-0|-F|-l [-TA|-TC|-TM]|-S|-f FMT] [-B|-D] [-H|-L] [-1AGPQXdhsx] [-U|-o ORD] [-e REGEX]* [-t TEST]* PATH...
 
 The special path argument `-` makes `lr` read file names from standard
 input, instead of traversing path.
@@ -70,6 +70,7 @@ input, instead of traversing path.
 * `-A`: don't list files starting with a dot.
 * `-G`: colorize output to tty.  Use twice to force colorize.
 * `-X`: print OSC 8 hyperlinks to tty.  Use twice to force.
+* `-P`: quote file names using `$'...'` syntax.
 * `-Q`: shell quote file names (default for output to TTY).
 * `-d`: don't enter directories.
 * `-h`: print human readable size for `-l` (also `%s`).