Omar@sh.itjust.works to Linux@lemmy.mlEnglish · edit-218 hours ago[OC] ramfetch is a fetch tool which displays memory info using /proc/meminfoimagemessage-square16fedilinkarrow-up1104arrow-down10
arrow-up1104arrow-down1image[OC] ramfetch is a fetch tool which displays memory info using /proc/meminfoOmar@sh.itjust.works to Linux@lemmy.mlEnglish · edit-218 hours agomessage-square16fedilink
minus-squareBluescreenOfDeath@lemmy.worldlinkfedilinkEnglisharrow-up2·19 hours agoLooks pretty neat. Is there a way to have it run like a ram statistics monitor? I’d love to have this running in a terminal window to monitor my ram statistics.
minus-squareOmar@sh.itjust.worksOPlinkfedilinkEnglisharrow-up3·18 hours agoi think you can use watch -c bash ramfetch, also i released an update which rewrites the whole parsing part of ramfetch which makes it more accurate and faster
minus-squareEmperor@reddthat.comlinkfedilinkEnglisharrow-up2·17 hours agoyou shouldn’t need the bash if you have a proper shebang
Looks pretty neat.
Is there a way to have it run like a ram statistics monitor? I’d love to have this running in a terminal window to monitor my ram statistics.
i think you can use
watch -c bash ramfetch
, also i released an update which rewrites the whole parsing part of ramfetch which makes it more accurate and fasteryou shouldn’t need the bash if you have a proper shebang
oh