1CINFO(1)                         cinfo Manual                         CINFO(1)
2
3
4

NAME

6       cinfo - system information utility
7

SYNOPSIS

9       cinfo [-a] [-c] [-d] [-i]
10

DESCRIPTION

12       cinfo is a fast and minimal system information tool for linux-based op‐
13       erating systems
14

OPTIONS

16       Without given settings, start  colored  version.   If  the  environment
17       variable NO_COLOR is set, start plain ascii version.
18
19       -a     Start plain ascii version.
20
21       -c     Start colored version.
22
23       -d     Delete the cached files defined in the config.
24
25       -i     Displays  information  about  execution  times of the individual
26              functions for optimization and the version number of the tool
27

CUSTOMIZATION

29       cinfo can be customized  by  creating/editing  a  custom  config.h  and
30       (re-)compiling the source code.
31
32       PKGS*  Values to configure package manager counting.
33
34       CPU*   Values to configure cpu information.
35
36       MEMORY*
37              Values to configure memory information.
38
39       MEMORY_METHOD
40
41       Value   Calculation                              Comparable
42       ─────────────────────────────────────────────────────────────────────────────
43         0     total - available                        htop = 3.1.0, btop, polybar
44         1     total  +  shared  -  free  -  buffer -   htop < 3.1.0, neofetch
45               cached
46         2     total - free - buffer - cached           htop > 3.1.0, free
47
48       MEMORY_UNIT
49
50       Value   Condition           Description
51       ────────────────────────────────────────────────
52       auto    total => 1024 MiB   Displays result  in
53                                   Gibibyte
54               total < 1024 MiB    Displays  result in
55                                   Mebibyte
56       GiB                         Displays result  in
57                                   Gibibyte
58       MiB                         Displays  result in
59                                   Mebibyte
60
61       SHELL* Values to configure shell information.
62
63       INFO*  Values to configure information in general.
64
65       LABEL* Values to configure labels for ascii and color table.
66
67       COLOR* Values to configure color table.
68
69       ASCII* Values to configure ascii table.
70
71       CACHE* Values to configure the cache paths.
72

EXAMPLES

74       cinfo
75       cinfo -a
76       cinfo -c
77       cinfo -d
78       cinfo -i
79

BUGS

81       See GitHub Issues: https://github.com/mrdotx/cinfo/issues
82

AUTHORS

84       cinfo was written by mrdotx <klassiker@gmx.de>
85

SEE ALSO

87       htop(1), free(1), neofetch(1), polybar(1)
88

LICENSE

90       See the LICENSE.md file for the terms of redistribution.
91
92
93
94Version-0.5.1                                                         CINFO(1)
Impressum