An open API service indexing awesome lists of open source software.

https://github.com/tuvimen/csas

console file manager
https://github.com/tuvimen/csas

c console file-manager file-preview ncurses

Last synced: 11 months ago
JSON representation

console file manager

Awesome Lists containing this project

README

          

# csas
csas is a console file manager written in C. It is heavily inspired by [ranger](https://github.com/ranger/ranger) and [lf](https://github.com/gokcehan/lf).

![multicol-screenshot](https://i.imgur.com/bswcTiS.png)
![singlecol-screenshot](https://i.imgur.com/OiZy6ft.png)

## 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
- Hackable

## Installation
make install

You can also install example configuration by running:

cp csasrc ~/.config/csasrc