AnthonyDiGirolamo / els

Emoji + ls = els. Wrapper script for ls to get icons alongside file names on the terminal.
http://anthonydigirolamo.github.io/els/
116 stars 9 forks source link

`-1` option isn't supported #8

Open roboslone opened 6 years ago

roboslone commented 6 years ago

Seems like -1 isn't supported in els. It is, however, supported in GNU ls:

-1      (The numeric digit ``one''.)  Force output to be one entry per line.  This is the default when output is not to a terminal.

It makes parsing output (grep, awk, etc.) quite difficult.