From 211d3aee8e51823f3b5894400ac9bc872ba5724c Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Sat, 22 Apr 2017 14:51:33 -0400 Subject: [PATCH] Update README to inclue info about the -s switch modified: README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b2b99..b109471 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ enjoy the magic. In the below examples, I use a simple directory listing. ``` ls -l | nms ls -l | nms -a // Set auto-decrypt flag -ls -l | nms -s // Set mask blanks flag +ls -l | nms -s // Set flag to mask space characters ls -l | nms -f green // Set foreground color to green ls -l | nms -c // Clear screen nms -v // Display version @@ -106,6 +106,11 @@ sequence. This is how the it is depicted in the movie. Set the auto-decrypt flag. This will automatically start the decryption sequence without requiring a key press. +`-s` + +Set a flag to mask space characters. This will only mask single blank space +characters. Other space characters such as tabs and newlines will not be masked. + `-f ` Set the foreground color of the decrypted text to the color