adds hipster icons to ls command

> adds hipster icons to ls command
> pulls in a full copy of GNU coretuils as a dependency
> 308 MB
> for fucking file icons
> in fucking ls
I deserved this.
Any good examples of lightweight, functional, aesthetic FOSS, Jow Forums? I need a palette cleanse.

Attached: freeasinfeels.jpg (800x600, 45K)

Other urls found in this thread:

git.suckless.org/sbase/file/ls.c.html
github.com/coreutils/coreutils/blob/master/src/ls.c
lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html
softwareengineering.stackexchange.com/questions/103807/what-is-negative-code/103817
reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/?st=j3v3iw3c&sh=5651ea3c
reddit.com/r/programming/comments/6gxf02/how_is_gnus_yes_so_fast_xpost_runix/
news.ycombinator.com/item?id=14542938
github.com/search?&q=shell scripts
openbsd.org/innovations.html
openbsd.org/events.html
twitter.com/NSFWRedditVideo

Install OpenBSD

What the hell are you talking about?

>chaos undivided
>GNU/Linux

Is this the link we've been missing all along? Different distros are like different chaos gods

>Suckless sbase ls.c: 489L
>GNU coreutils ls.c: 5310L
>Both can list files in detail
git.suckless.org/sbase/file/ls.c.html
github.com/coreutils/coreutils/blob/master/src/ls.c

My terminal, st with some patchs applied, has ~500L less than GNU ls, has true color, and a nice and aesthetic colorscheme (gruvbox).
You literally can read the entire source of sbase in 2-3 days.
Do the same with the GNU counterparts, it would take a entire year.
So, switch to sbase, or better

>nothing is more important than how many LoC a program has

You are saying that, not me.
I'm just pointing two C programs that can do the same, and one has 489L and the other 5310L.

>You are saying that

>thing A has x lines
>thing B has y linux
>so, switch to y
you used line count alone as an argument to use one over the other, now while you didn't say "nothing is more important", like suggested, you certainly are saying that line count is important

>I'm just pointing two C programs that can do the same
Same core functionality =/= do the same
GNU counterparts usually offer additional options and fewer arbitrary limits (not to speak of any speed advantages).

> implying sloc has anything to do with anything

lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html