Omar@sh.itjust.works to Unixporn@lemmy.mlEnglish · edit-25 days ago[OC] ramfetch, a fetch tool which displays memory info using /proc/meminfo is backlemmy.mlimagemessage-square4linkfedilinkarrow-up153arrow-down10
arrow-up153arrow-down1image[OC] ramfetch, a fetch tool which displays memory info using /proc/meminfo is backlemmy.mlOmar@sh.itjust.works to Unixporn@lemmy.mlEnglish · edit-25 days agomessage-square4linkfedilink
minus-squarecerement@slrpnk.netlinkfedilinkarrow-up4·edit-28 days agominor nitpick – maybe aligning on decimal rather than right-aligned values? (Zswap, Zswapped, Writeback Tmp in screenshot) Swap Total -> 19.16 GiB Swap Free -> 18.83 GiB Zswap -> 0.00 B Zswapped -> 0.00 B Swap Cached -> 532.00 KiB Kernel Stack -> 19.95 MiB Per CPU -> null EDIT: threw in null example from Reddit post
minus-squareOmar@sh.itjust.worksOPlinkfedilinkEnglisharrow-up2·7 days agoupdate: i took some feedback from a old reddit post about ramfetch which rebuilt the parsing and now not only ramfetch is faster, but also more accurate too, and now it also now aligns by decimals
minus-squareOmar@sh.itjust.worksOPlinkfedilinkEnglisharrow-up1·8 days agoi think that’d be cool but i don’t know if i can actually do that in bash or not…
minor nitpick – maybe aligning on decimal rather than right-aligned values? (Zswap, Zswapped, Writeback Tmp in screenshot)
Swap Total -> 19.16 GiB Swap Free -> 18.83 GiB Zswap -> 0.00 B Zswapped -> 0.00 B Swap Cached -> 532.00 KiB Kernel Stack -> 19.95 MiB Per CPU -> null
EDIT: threw in
null
example from Reddit postupdate: i took some feedback from a old reddit post about ramfetch which rebuilt the parsing and now not only ramfetch is faster, but also more accurate too, and now it also now aligns by decimals
i think that’d be cool but i don’t know if i can actually do that in bash or not…