Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 421 Bytes

sls

sls is a new beautiful and light alternative to built in ls command in linux

Screenshot

Preview

Supported systems

  • Linux

Dependencies

  • make
  • clang/g++

Compiling

To compile it using g++ change COMPILER_CPP to g++ in Makefile.

git clone https://github.com/solindekdev/sls && cd sls
make