-
Notifications
You must be signed in to change notification settings - Fork 267
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
"ls" with icon implementation of this? (SEE: https://github.com/ryanoasis/bash-devicons) #150
Comments
Not a problem. Hey this is a really good idea. I thought I might have seen some similar implementations but can't remember where I spotted them (if at all). If I get some time maybe I will throw something together (or of course feel free) 😄 |
Would be awesome! Wil see ;) not really my kind of thing to produce though, would be awesome to use! |
Yeah I can see this being more general than just vim. To the point where maybe you even eventually flip the title: |
Not totally opposed to that. I have already changed the repo and name once (was vim-webdevicons) The name was partly based on http://vorillaz.github.io/devicons but I have added glyphs from other icon sets as well as some custom ones (Nerd Fonts) |
Hey this is pretty basic and fragile but I started on something: https://github.com/ryanoasis/bash-devicons |
Just my two cents: I don't think you should call it
|
@rosshadden Thanks for the feedback. Heh, I plead ignorance on that so thanks for the info. I was thinking of actually splitting the 'ls' script into a separate repo (devicons-ls or something) and have the 'bash' portion basically just the function in bash that determines the filetype extension so it could be included with other scripts in the future.. or something 😊 |
Going to close this out, considering this: https://github.com/ryanoasis/bash-devicons |
sorry if this is not the place to ask!
I was wondering if there is an implementation of this for the "ls" command. So I get an overview of my files and directories within my shell, but with the icons! ;)
The text was updated successfully, but these errors were encountered: