Skip to content

File managers

Nautilus

Install:

sudo pacman -R nautilus gvfs-smb

ranger

nnn

Install:

cd ~/projects/file-managers/nnn
gup
sudo apt-get install pkg-config libncursesw5-dev libreadline-dev
make O_NERD=1
sudo make strip install

Plugins

Plugins are at ~/.config/nnn/plugins

preview-tui

has native kitty support (in contrast to preview-tabbed)

  • Sometimes lines are not correctly wrapped
  • No video preview

Install helpers:

sudo apt install imagemagick bat ffmpegthumbnailer libmagic-dev
env GO111MODULE=on go get -u github.com/doronbehar/pistol/cmd/pistol