lemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 6 months agosuperfile - A pretty fancy and modern terminal file managerraw.githubusercontent.comimagemessage-square60fedilinkarrow-up1516arrow-down111file-text
arrow-up1505arrow-down1imagesuperfile - A pretty fancy and modern terminal file managerraw.githubusercontent.comlemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 6 months agomessage-square60fedilinkfile-text
minus-squareinterdimensionalmeme@lemmy.mllinkfedilinkarrow-up8arrow-down25·6 months agoHow else is it going to fit inside of 25kb? Can they even make rust executables under 1GB?
minus-squarebodaciousFern@lemmy.dbzer0.comlinkfedilinkarrow-up17arrow-down1·6 months agoNot sure where you got the 25kb number from. This tool is written in go and is a 7.8 MB compiled binary.
minus-squareinterdimensionalmeme@lemmy.mllinkfedilinkarrow-up8arrow-down3·6 months agoOh wow, a text based file manager is that big ? That’s half of my openwrt router’s memory
minus-squareAzzk1kr@feddit.nllinkfedilinkEnglisharrow-up8arrow-down1·6 months agoBecause it’s a statically compiled binary, it tends to grow the size of the binary. Increases portability though.
How else is it going to fit inside of 25kb? Can they even make rust executables under 1GB?
Not sure where you got the 25kb number from.
This tool is written in go and is a 7.8 MB compiled binary.
Oh wow, a text based file manager is that big ? That’s half of my openwrt router’s memory
Because it’s a statically compiled binary, it tends to grow the size of the binary. Increases portability though.