IEEE-VIT / termiboard

A smart CLI Dashboard to fetch cpu, memory and network stats!
MIT License
35 stars 16 forks source link

Implemented getReadableSize function #20

Closed S-Maciejewski closed 3 years ago

S-Maciejewski commented 3 years ago

Relating issue #14

Implemented a new getReadableSize function in memory.go along with unit test in memory_test.go

Available disk space and RAM are now displayed in readable format.

DarthBenro008 commented 3 years ago

LGTM!