- Host (User)
- CPU
- Kernel
- OS
- Shell
- Desktop Enviroment
- Resolution
- Theme
- Icons
- GPU (Integrated & Dedicated)
- Package count
- RAM
- Uptime
- Temperature
The following versions or newer are required.
for building
- GNU getopt - 2.37.2
- GNU Make - 4.3
- GCC - 13.2.0 or Clang - 15.0.0
for macOS, You can install gnu-getopt by runnning the following command.
$ brew install gnu-getoptfor generating API documents
- Doxygen - 1.9.1
- Graphviz -2.43.0
for contributing
- ClangFormat - 14.0.0
for generating gif
- vhs - 0.2.0
See the documentation
Download .deb packages from release page.
$ brew tap TanmayPatil105/tap
$ brew install procfetch
$ git clone https://github.com/TanmayPatil105/procfetch.git; cd procfetch$ ./configure$ sudo make install$ sudo make uninstall-vto show version
$ procfetch -v-ato change color of ascii_art
$ procfetch -a cyan-dto change print ascii_art of different distros
$ procfetch -d Manjaro-bto display battery percentage
$ procfetch -bAdd the following lines to your .bash_profile, .bashrc or .zshrc to customise procfetch
# print default ascii art of Manjaro
alias procfetch="procfetch -d Manjaro"# print default ascii art of Kali with color cyan
alias procfetch="procfetch -d Kali -a cyan"# print battery percentage
alias procfetch="procfetch -b"Define environment variable PROCFETCH in the actual project home directory.
$ PROCFETCH=$HOME/procfetchBuild Docker image
$ docker build -t procfetch .Build with Docker container
$ docker run --rm -v $PROCFETCH:/procfetch -w /procfetch procfetch makeRun with Docker container
$ docker run --rm -v $PROCFETCH:/procfetch -w /procfetch procfetch make runTest with Docker container
$ docker run --rm -v $PROCFETCH:/procfetch -w /procfetch procfetch make checkMake sure reading Contributing.md before Contributing
