DEV Community

Cover image for I Created an `ls` Command that Displays Icons with Colors
Marcos Oliveira
Marcos Oliveira

Posted on

I Created an `ls` Command that Displays Icons with Colors

ls++ is an alternative to the ls command with display of file and folder icons and colors. Made with C++.

Dependencies

Installation:

git clone https://github.com/terroo/lspp
cd lspp
cmake -B build .
cmake --build build
sudo cmake --install build
Enter fullscreen mode Exit fullscreen mode

▶️ Watch the Video

I Created an ls Command that Displays Icons with Colors


🔮 Repositories

Top comments (0)