Skip to content

TUVIMEN/csas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csas

csas is a console file manager written in C. It is heavily inspired by ranger and lf.

multicol-screenshot singlecol-screenshot

Design Goals

  • fast and low memory consumption file loading
  • expandability

Features

  • Privacy-aware (no unconfirmed user data collection)
  • Multi-column display
  • Preview of the selected file/directory
  • Customizable keybindings (vi and readline defaults)
  • Tiny binary (typically around 130KB)
  • No FPU usage
  • UTF-8 Support
  • Zero memory fragmentation while storing filenames
  • Hackable

Installation

make install

You can also install example configuration by running:

cp csasrc ~/.config/csasrc