cmderdev / cmder

Lovely console emulator package for Windows
https://cmder.app
MIT License
25.9k stars 2.03k forks source link

[Feature request] Add icons to the contents of the result of the `ls` command like "logo-ls" #2962

Open Shaphil opened 2 months ago

Shaphil commented 2 months ago

Suggestion

logo-ls (https://github.com/Yash-Handa/logo-ls), which seems like an abandoned project, had a cool feature, the results of the command had icons of the corresponding type alongside the files/folders.

Here is an example, ls-l 1

It would be a nice feature to have.

Use case

This would serve as a visual representation of the content (file or folder?); if it is a file, it would visually represent the file type.

Extra info/examples/attachments

Checklist

chrisant996 commented 2 months ago

ls is a separate program. You would need to find a repo for ls and make a request there.

Have you considered using eza or dirx?

Shaphil commented 2 months ago

Thanks for the suggestions, I liked dirx. Maybe I can alias it to ls and then use it.

chrisant996 commented 2 months ago

If you want file icons in completions as well, then the clink-gizmos has a script that can add them. And if you want to use fzf, icons can be added there as well.