colorls: add page (#7573)

This commit is contained in:
Joel Tony
2021-12-26 21:13:10 +05:30
committed by GitHub
parent bcf7b5969a
commit 4852113fc4
+20
View File
@@ -0,0 +1,20 @@
# colorls
> A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons.
> More information: <https://github.com/athityakumar/colorls>.
- List files one per line:
`colorls -1`
- List all files, including hidden files:
`colorls --all`
- Long format list (permissions, ownership, size, and modification date) of all files:
`colorls --long --all`
- Only list directories:
`colorls --dirs`