sophuwu.site > crls
Another ls command but with rainbows and in c++ so it's 5x faster than go ;)
Clone this repository git clone https://sophuwu.site/crls

rls

Description

This command allows most of the features of ls but with a rainbow color output.

Features

Installation

Just download the .deb file and run dpkg --install to install it.

From Source

git clone https://github.com/Sophuwu300/rls.git
cd rls
make
sudo make install

Usage

rls [OPTIONS] [PATHS]
Options:
-h --help display this help message
-c --nocolor disable color output
-l --list more info on files
-a --all list dot files
-n --number count files

Examples

List all files in the current directory with more information.

rls -al

List all files in /home and /etc.

rls -a /home /etc