-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Better CLI #82
Comments
Cool that we have a prototype already. Which options would you consider essential? |
to be honest, I only included the options I considered essential. There could definitely be more, if we had more ideas. One of my other ideas that I've been kicking around was a sort of "LS_ICONS" standard that was literally just LS_COLORS but with strings of nerd font icons, but that's definitely outside of the scope of this. idk it is just something cool I thought of. |
Above all else though, I want to see a detailed |
Hey there. I made PR #80 a while ago, and one of my ideas was to make a better CLI for the
lscolors
binary.In my dotfiles, I have an example of something that could be built to function relatively okay-ish. https://github.com/REALERvolker1/homescripts/blob/main/.config/rustcfg/ls-colors-cli/src/runtime.rs
I don't want you to just copy the code verbatim, as I wrote it sort of like I would write a bash script -- because that was why I was writing it.
Eh, just some ideas lol
The text was updated successfully, but these errors were encountered: