ls-icons
ls-icons copied to clipboard
Suggestion for the dev: don't create the ls executable
Hello, first of all thank you for your work.
Usually, when you create tools, you should not use an already used command name, like ls, that is the one you created in /opt/coreutils folder.
The best approach is to use a new name, to be stored in /usr/bin called, for example, ls-icons, and then a user can choose to use it by creating an alias like alias ls=ls-icons --color=auto.
Please, implement the new name. Take as example this project: https://github.com/Yash-Handa/logo-ls#recommended-configurations