forked from jahway603/ramfetch
A fetch which displays memory info using /proc/meminfo
- Shell 88.8%
- Makefile 11.2%
|
|
||
|---|---|---|
| assets | Delete ramfetch-ss.png | |
| LICENSE | Update LICENSE | |
| Makefile | Update Makefile | |
| ramfetch | Updated output of --version switch to new Codeberg repo | |
| README.md | Update 'README.md' | |
ramfetch
A fetch which displays memory info using /proc/meminfo.
ramfetch is a "fetch" tool which displays memory info using /proc/meminfo. if you want to install ramfetch follow the steps below. it's really simple. you can also test ramfetch without installing it.
ramfetch works on:
✓ Linux
✓ Android, using termux (no root)
Requirements
sh for ramfetch to work.
make to install ramfetch. (optional)
Install
Run with curl
If you don't wanna install ramfetch/clone this repo. you can run it with curl.
$ curl https://codeberg.org/o69mar/ramfetch/raw/branch/main/ramfetch | sh
AUR
To install ramfetch from the AUR, install it by using your favorite AUR helper. (e.g. yay or paru) thanks to jahway603
# use yay
$ yay -S ramfetch-git
# or paru
$ paru -S ramfetch-git
Codeberg
Clone this repo.
$ git clone https://codeberg.org/o69mar/ramfetch
Install ramfetch using make install.
# make install
Reinstall
Reinstall ramfetch using make.
# make reinstall
Uninstall
Uninstall ramfetch using make.
# make uninstall