Omar@sh.itjust.works to Linux@lemmy.mlEnglish · edit-23 days ago[OC] ramfetch is a fetch tool which displays memory info using /proc/meminfolemmy.mlexternal-linkmessage-square18fedilinkarrow-up1124arrow-down12
arrow-up1122arrow-down1external-link[OC] ramfetch is a fetch tool which displays memory info using /proc/meminfolemmy.mlOmar@sh.itjust.works to Linux@lemmy.mlEnglish · edit-23 days agomessage-square18fedilink
minus-squareOmar@sh.itjust.worksOPlinkfedilinkEnglisharrow-up3·6 days 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·6 days agoyou shouldn’t need the bash if you have a proper shebang
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