scalals
scalals copied to clipboard
A colorful ls command, with awesome icons.
About
This is yet another colorls clone.
Features
- fast (compiled to native code)
- aims to be a drop-in replacement to GNU ls
- supports
LS_COLORS
Install
Note: scalals binaries are currently available for Linux and MacOS on amd64 and arm64.
Using coursier
- run
cs install --contrib scalals
(run this again to install the latest version)
With nix flakes
-
cachix use cbley
(optional, avoids re-building) - run
nix profile install github:avdv/scalals
Manually
- download a pre-built binary for your platform
- ensure it is found in your
PATH
- run
chmod +x path/to/scalals
Setup
- install a Nerd Font from here and use it in your terminal emulator
- set up your dircolors (see https://www.nordtheme.com/ports/dircolors for example)
Building
- run
cachix use cbley
(optional) - run
nix-build
ornix build
(flake) - binary is in
result/bin/