ccc/ccc.1

63 lines
1.1 KiB
Groff
Raw Permalink Normal View History

2024-03-19 19:40:32 +01:00
.
.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
2024-04-05 19:53:45 +02:00
h: go to parent dir
2024-03-19 19:40:32 +01:00
j: scroll down
k: scroll up
l: go to child dir
2024-04-05 19:53:45 +02:00
left: go to parent dir
down: scroll down
up: scroll up
2024-03-19 19:40:32 +01:00
right: go to child dir
enter: go to child dir/open file
backspace: go to parent dir
2024-04-05 19:53:45 +02:00
gg: go to top
2024-03-19 19:40:32 +01:00
G: go to bottom
2024-04-05 19:53:45 +02:00
ctrl+u: jump up
ctrl+d: jump down
t: go to trash dir
~: go to home dir
-: go to previous dir
2024-03-19 19:40:32 +01:00
z: refresh current dir
2024-04-05 19:53:45 +02:00
i: toggle file details
X: toggle executable
A: show directory disk usage/block size
f: new file
2024-03-19 19:40:32 +01:00
space: mark file
a: mark all files in directory
2024-04-05 19:53:45 +02:00
d: trash
?: show help
q: exit with last dir written to file
ctrl+c exit without writing last dir
2024-03-19 19:40:32 +01:00
.
.fi
.
.SH "Customization"
.
.nf
Various settings can be changed in config.h file located in the program's directory.
.
.fi