Skip to content

avdv/scalals

Repository files navigation

Test

About

This is yet another colorls clone.

screenshot

Features

  1. fast (compiled to native code)
  2. aims to be a drop-in replacement to GNU ls
  3. supports LS_COLORS

Install

  1. download a pre-built binary for your platform (currently only Linux and macOS 64bit supported)
  2. install a Nerd Font from here and use it in your terminal emulator
  3. set up your dircolors (see https://www.nordtheme.com/ports/dircolors for example)

With nix flakes

Simply run nix run github:avdv/scalals. (Hint: cachix use cbley to avoid re-building)

Building

Using nix

  1. run cachix use cbley (optional, but reduces build time significantly)
  2. run nix-shell --run sbt

Using nix flakes

  1. run cachix use cbley (optional, but reduces build time significantly)
  2. run nix build