Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
Shaphil opened this issue Aug 15, 2024 · 3 comments
Open
2 tasks done

Comments

@Shaphil
Copy link

Shaphil commented Aug 15, 2024

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

  • ls -a
    ls-a

  • ls -A
    ls-a

Checklist

  • I have read the documentation and made sure this feature doesn't already exist.
  • I have searched for similar issues and found none that describe my feature request.
@chrisant996
Copy link
Contributor

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
Copy link
Author

Shaphil commented Aug 15, 2024

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

@chrisant996
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants