You are not logged in.
I wanted a beautiful alternative to 'ls', so I started building powerls, it has beautiful visuals and a smart Badge system. I made it in c++ to keep it fast and efficient. It is available on the AUR too and is completely open source. I love the badge system, it automatically attaches badges to files and directories for what is unique in them.
Github: https://github.com/themazyworlds/powerls
View Screenshots of powerls UI
I would love to hear your feedback.
Last edited by themazy (2026-07-26 15:37:54)
Offline
good, but you should change the title to C++ right?
and wouldn't it be better to use https://github.com/yorukot/superfile or something like that cause ls is good as it is.
Offline
Welcome to the forums. You might have mentioned you already created a PKGBUILD and released it to the AUR.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
dark theme - I hate them all, websites and apps... they are generally bad for the eyes on longer reading.
Can powerls be switched to light theme ?
Offline
Alignment is broken for entry names in multi-byte encoding.
"Table" is broken if entry name is longer than terminal width.
Output uses color palette regardless of its support by output descriptor.
Pseudographic characters would be displayed correctly only if terminal uses the same encoding as source file during compilation.
Special fonts have to be installed to display fancy glyphs.
Hardcoded name suffix associations with if/else search? This is not serious.
I apologize for my frankness, this is good to learn programming but very far from readiness to use, sorry.
Offline
Recently I have made so many improvements in the project. Thank you dimich for you feedback, I have fixed and improved all of the points that you mentioned, the code is much more organised and better now, thank you. Check it out again
Also, it works fine in light mode too.
Offline