62 lines
1.1 KiB
Groff
62 lines
1.1 KiB
Groff
.
|
|
.TH CCC "1" "March 2024" "ccc" "User Commands"
|
|
.SH NAME
|
|
ccc \- Fast TUI file manager written in C, using ncurses.
|
|
.SH SYNOPSIS
|
|
.B ccc
|
|
.SH DESCRIPTION
|
|
ccc is a rewrite of fff file manager in C aiming for usefulness and speed. The fact that it is written in C makes it more versatile and rapid, enabling us to add features that were previously ruled out due to time complexity. You may call it a soft fork.
|
|
.PP
|
|
.SH "Usage"
|
|
.
|
|
.nf
|
|
|
|
h: go to parent dir
|
|
j: scroll down
|
|
k: scroll up
|
|
l: go to child dir
|
|
|
|
left: go to parent dir
|
|
down: scroll down
|
|
up: scroll up
|
|
right: go to child dir
|
|
|
|
enter: go to child dir/open file
|
|
backspace: go to parent dir
|
|
|
|
gg: go to top
|
|
G: go to bottom
|
|
|
|
ctrl+u: jump up
|
|
ctrl+d: jump down
|
|
|
|
t: go to trash dir
|
|
~: go to home dir
|
|
-: go to previous dir
|
|
z: refresh current dir
|
|
|
|
i: toggle file details
|
|
X: toggle executable
|
|
|
|
A: show directory disk usage/block size
|
|
|
|
f: new file
|
|
|
|
space: mark file
|
|
a: mark all files in directory
|
|
d: trash
|
|
|
|
?: show help
|
|
q: exit with last dir written to file
|
|
ctrl+c exit without writing last dir
|
|
|
|
.
|
|
.fi
|
|
.
|
|
.SH "Customization"
|
|
.
|
|
.nf
|
|
|
|
Various settings can be changed in config.h file located in the program's directory.
|
|
.
|
|
.fi
|