1
0
Fork
You've already forked ramfetch
0
forked from jahway603/ramfetch
A fetch which displays memory info using /proc/meminfo
  • Shell 88.8%
  • Makefile 11.2%
jahway603 ec9df6a61c Update 'README.md'
Updated jahway603 link to Codeberg
2023年02月13日 21:43:30 +00:00
assets Delete ramfetch-ss.png 2023年01月19日 20:13:29 +03:00
LICENSE Update LICENSE 2023年01月02日 16:38:34 +03:00
Makefile Update Makefile 2023年01月07日 11:28:24 +03:00
ramfetch Updated output of --version switch to new Codeberg repo 2023年02月11日 15:19:32 -08:00
README.md Update 'README.md' 2023年02月13日 21:43:30 +00:00

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