lf

lf 42

Terminal file manager written in Go and heavily inspired by ranger

<rendered-html><p>lf (as in “list files”) is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features. Some of the missing features are deliberately omitted since it is better if they are handled by external tools.</p> </rendered-html>

https://godoc.org/github.com/gokcehan/lf
MIT License
main program: lfprograms: lf
Platforms (30)
armv7a-linuxarc-linuxwasm64-wasip1i686-linuxsh4-linuxaarch64-linuxm68k-linuxaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  lf
];
Ad-hoc shell
nix-shell -p lf
Flake (nix run)
nix run nixpkgs#lf