From b089cc6ed9ae82bf7d94d2b6f02aa01e21d43793 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 23 Sep 2025 17:05:25 +0200 Subject: feat: switch from neofetch to Cryobs/fetcha --- fetcha/fetcha.1 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 fetcha/fetcha.1 (limited to 'fetcha/fetcha.1') 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) + -- cgit v1.2.3