Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

commit 131d6668f10b518e8dee5b44eb0d5b9b6f63b8bc Author: Raniconduh <clagv.randomgames@gmail.com> Date: Thu Jan 06 18:39:05 2022 +0000 Update README.md diff --git a/README.md b/README.md index aae17c2..1cb83f8 100644 --- a/README.md +++ b/README.md @@ -306 +307 @@ Symbolic links that point to directories will be suffixed with `@ => /` and may  * `-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)  * `-h`, `--help`: Show the help screen    ### Commands @@ -846 +857 @@ Variables allow changing settings while in cscroll itself as opposed to having t    * `color`: Turn on or off colors.  * `icons`: (If compiled with icons) If true, show icons. Otherwise don't. +* `long`: Turn on or off long mode    ## Compilation