aboutsummaryrefslogtreecommitdiff
path: root/fetcha/fetcha.1
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-23 17:05:25 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-23 17:05:25 +0200
commitb089cc6ed9ae82bf7d94d2b6f02aa01e21d43793 (patch)
tree216156843f171edd7ba21d55ead33dfd08733966 /fetcha/fetcha.1
parentfeat(dmenu): add inlinePrompt patch (diff)
downloadsuckless-setup-b089cc6ed9ae82bf7d94d2b6f02aa01e21d43793.tar.gz
feat: switch from neofetch to Cryobs/fetcha
Diffstat (limited to 'fetcha/fetcha.1')
-rw-r--r--fetcha/fetcha.153
1 files changed, 53 insertions, 0 deletions
diff --git a/fetcha/fetcha.1 b/fetcha/fetcha.1
new file mode 100644
index 0000000..3392cba
--- /dev/null
+++ b/fetcha/fetcha.1
@@ -0,0 +1,53 @@
+.TH FETCHA 1 fetcha\-VERSION
+.
+.SH NAME
+fetcha \- neofetch-like program, but faster and lighter
+.
+.SH SYNOPSIS
+.B fetcha
+.
+.SH DESCRIPTION
+Fetcha is a CLI system information program written in C
+following the suckless philosophy.
+It displays an ASCII image along with minimal system information.
+.
+.SH FILES
+.TP
+.I config.def.h
+Default configuration file (do not change it!).
+.TP
+.I config.h
+Configuration file, requires reconmpilation after modification.
+.TP
+.I docs/
+.br
+Documentation directory.
+.TP
+.I fetcha.c
+Main code file. Here implement most logic of the program.
+.TP
+.I modules.c
+Modules code file. Here implement basic modules.
+You can write your own (see \fBfetcha-modules\fR(5)
+.TP
+.I modules.h
+Modules header file. Here defined all modules.
+.TP
+.I license.txt
+License file.
+.TP
+.I Makefile
+Build file used to compile and install fetcha.
+Supports targets for building, cleaning, and instalation.
+.
+.SH CUSTOMIZATION
+Fetcha can be customized by creating a custom \fIconfig.h\fR and recompiling
+the source code.
+You can also write your own modules in \fImodules.c\fR and define them
+in \fImodules.h\fR.
+.PP
+NOTE: See \fBfetcha-modules\fR(5) for a module creation tutorial
+and \fBfetcha-config\fR(5) for a configuration tutorial
+.SH SEE ALSO
+\fBfetcha-modules\fR(5), \fBfetcha-config\fR(5)
+