sfm - simple file manager

Simple two-panel file manager written in Rust inspired by vim and Total Commander

screenshot


Warning: Current status is "work in progress" if you run in some problem please create issue and I will check problem

Features:

In order to get icons please install nerd font in your system (on screen Jetbrains Mono Nerd Font Mono)

  1. Current features
  2. ToDo

Keyboard config

Configuration File

Configuration file should be named sfm.toml and shoudl be placed in ~/ or ~/.config directories. * ### [core] section - tickrate - update loop interval (default 240) - useicons - turn on/off icons. Icons requre NerdFonts to be intsalled (default false)

Instalation

Right now you can clone this repo and perform cargo run I will come with a more convenient way in the future.