I just wrote a util for my self called Bytes it’s a cli that print file size in human readable format blazingly fast
I know it’s not that big of deal to list file size kinda silly but here the cause
I’m really pissed off while using ls -lh it slow and the other alternative tools seems clunky too , I fire up my neovim clang++ lsp and some docs and made this tiny fast util
Honestly, not silly at all—ls -lhis slower than it should be, especially on large directories. I like the idea of having a purpose-built CLI tool that does just one thing fast and clean.
Just tested bytes—it’s snappy. Also cool that you’re using clang++ and had LSP in Neovim ready to go. Would be neat to support piped input later on. Like:
The fact is yesterday evening I was using a software as multimedia streamer (MPV) that was adding debug logs strings about MB/s and framerate on xsession errors file content. As you can you see in this github issue:
It’s a well known software issue. Author said there’s not coding solution, the only idea is launching the software from CLI with some specific arguments, or create a desktop launcher with those parameters.
For now I just turned off xsession errors because I’m using multimedia stream quite often.