From 8191e3d50e3459f035e6eea510dd4acdbc709fc2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 24 Nov 2017 15:37:30 +0100 Subject: add -P for $'...' escaping, verify UTF-8 filenames Closes #1. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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`). -- cgit 1.4.1