ccc/ccc.1

71 lines
1.2 KiB
Groff
Raw Normal View History

2024-03-19 19:40:32 +01:00
.
.TH CCC "1" "March 2024" "ccc" "User Commands"
.SH NAME
2024-11-17 16:22:55 +01:00
ccc \- Fast, small, hackable TUI file manager with no dependency
2024-03-19 19:40:32 +01:00
.SH SYNOPSIS
.B ccc
.SH DESCRIPTION
2024-11-17 16:22:55 +01:00
Soft fork of fff in C aiming for size and speed with no dependency, hackable with patches and configurable
2024-03-19 19:40:32 +01:00
.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-11-17 16:22:55 +01: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-11-17 16:22:55 +01:00
g: 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-11-17 16:22:55 +01:00
:: go to a directory by typing
2024-03-19 19:40:32 +01:00
2024-11-17 16:22:55 +01:00
.: toggle hidden files
2024-11-17 19:13:57 +01:00
A: show directory disk usage/block size
2024-04-05 19:53:45 +02:00
i: toggle file details
2024-11-17 19:13:57 +01:00
u: sort files
2024-11-17 20:27:42 +01:00
x: view file/dir attributes
e: show history
2024-11-17 19:13:57 +01:00
y: copy filename to clipboard
2024-11-17 16:22:55 +01:00
!: open shell in current dir
2024-04-05 19:53:45 +02:00
f: new file
2024-11-17 16:22:55 +01:00
n: new dir
r: rename
2024-11-17 19:13:57 +01:00
X: toggle executable
2024-04-05 19:53:45 +02:00
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