magnus woldrich
magnus woldrich
Hi @matthias-guenther, sure thing, just ping me when I'm needed!
Wouldn't it make more sense to use the standard ANSI_COLORS_DISABLED environment variable?
I've added a few filetypes in my [personal branch](https://github.com/trapd00r/LS_COLORS/commit/843d96ec4df9ade718fb6dd66a406879e6db379f). About 2500 of them, so I didn't want to destroy the work you've done with sorting files in the master branch,...
I scraped data from the wikipedia article on file extensions. Wanted to send you a pm about it but there's no such feature yet on github it seems. :)
`env 0.00s user 0.00s system 51% cpu 0.007 total` I haven't noticed any performance drops what so ever. :) Yeah, I don't know the best way to approach this either....
I figured using libmagic would work wonders (file uses it: file foo.*). The issue, though, is that it guesses the filetype based on the first few bytes of a file,...
 Give me a few days...
Sure, go ahead. I added everything in a dictionary: https://gist.github.com/trapd00r/554f03450ed114fee191e794c87b0215 I am not sure either, but there's no performance issues so why not, really. :D
Yeah, forgot to tell you but the extensions in my dict above is scraped from fileinfo.com - their descriptions were a lot better (and also more extensions). And yeah, some...
We could cheat and scrape from their already defined [categories](https://fileinfo.com/browse/) but not sure if every filetype is categorized. Maybe it's good enough anyway. Edit: If you're going to scrape anything,...