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
- Host: GitHub
- URL: https://github.com/tuvimen/csas
- Owner: TUVIMEN
- License: gpl-3.0
- Created: 2020-09-11T18:12:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T17:33:02.000Z (almost 2 years ago)
- Last Synced: 2024-07-19T22:41:22.174Z (almost 2 years ago)
- Topics: c, console, file-manager, file-preview, ncurses
- Language: C
- Homepage:
- Size: 863 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).


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