Fast TUI file manager using ncurses
Find a file
2024-03-10 10:54:08 +00:00
.gitignore Add highlight on current cursor file with preview 2024-03-09 17:37:04 +00:00
ccc.1 Add highlight on current cursor file with preview 2024-03-09 17:37:04 +00:00
ccc.c suckless code style 2024-03-10 10:54:08 +00:00
config.def.h Initial stuff 2024-03-09 12:43:35 +01:00
config.h Initial stuff 2024-03-09 12:43:35 +01:00
file.c suckless code style 2024-03-10 10:54:08 +00:00
file.h fix get_file returning null 2024-03-09 19:46:15 +00:00
LICENSE Initial commit 2024-03-09 11:41:17 +00:00
Makefile adding file.c file.h and fix ccc.c %s is null 2024-03-09 19:18:19 +00:00
README.md recover readme 2024-03-09 18:29:23 +00:00
util.c suckless code style 2024-03-10 10:54:08 +00:00
util.h Add highlight on current cursor file with preview 2024-03-09 17:37:04 +00:00

ccc

ccc is a rewrite of fff in C aiming for sucklessness and speed.

Installation

Dependencies

  • gcc
  • ncurses
  • optional: libsixel

Bulding

$ make
# make install