ls-icons icon indicating copy to clipboard operation
ls-icons copied to clipboard

Suggestion for the dev: don't create the ls executable

Open D3vil0p3r opened this issue 1 year ago • 0 comments

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

D3vil0p3r avatar May 27 '23 14:05 D3vil0p3r