Thumbnail

rani/cscroll.git

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

commit d9460f8a2bce2de8b338678b9f9ebb57859330e6 Author: rani <clagv.randomgames@gmail.com> Date: Mon Feb 06 20:45:42 2023 +0000 Update README diff --git a/README.md b/README.md index 6bc9f0f..ca7a1e0 100644 --- a/README.md +++ b/README.md @@ -296 +2916 @@ Symbolic links that point to directories will be suffixed with `@ => /` and may    File colors can also be customized. ([see variables](#variables))   +Additionally, in long mode, the leftmost character in the mode string will correspond to file type: + +* `.`: Regular file +* `b`: Block device +* `c`: Character device +* `d`: Directory +* `l`: Symbolic link +* `|`: FIFO/named pipe +* `=`: Unix socket +  ### Options    * `-n`: Negate the next option @@ -1506 +1607 @@ The following string variables control the colors for each type of file specifie  * `fifo_color`: FIFO/Named pipes  * `link_color`: Symbolic links  * `block_color`: Block files (typically devices found in `/dev`) +* `char_color`: Character devices  * `sock_color`: Unix sockets  * `unknown_color`: A file that cannot be accessed to determine type  * `exec_color`: Any executable file