commit 3ab762ced34bd78c05020901751c8537471faf86
Author: Raniconduh <clagv.randomgames@gmail.com>
Date: Mon Nov 21 10:37:37 2022 +0000
diff --git a/README.md b/README.md
index 3070285..78c24ce 100644
--- a/README.md
+++ b/README.md
@@ -3116 +3119 @@ File colors can also be customized. ([see variables](#variables))
### Options
+* `-n`: Negate the next option
* `-A`: Show dotfiles in listings but exclude . and ..
* `-a`: (Only available in oneshot mode) List all dotfiles including . and ..
+* `-c`: Use colors in listings (default)
* `-h`: No-op: for compatibility with ls
+* `-i`: Show icons (default)
* `-p`: Print the path cscroll ends in. Useful for commands like `cd $(cscroll -p)` to cd into the last directory
-* `-nc`: Turn off coloring. cscroll will run in black and white mode
-* `-ni`: (If compiled with icons) turn off icons on start
* `-l`: Display files in long mode (file mode, owner, group, size, modification time)
* `--help`: Show the help screen
* `--oneshot`: cscroll will print the files and exit, acting as if it were `ls`. The `-p` option will have no effect in oneshot mode.
+Options beginning with a single `-` may be stacked: e.g. `cscroll -la`. The `-n` option is useful with the `-i` and `-c` flags (`-ni`, `-nc`) to turn off icons or colors.
+
### Commands
* `j`, `Ctrl+n` or `down arrow key`: Move the cursor down