ur0 / lolcat

lolcat, now with fearless concurrency.
MIT License
99 stars 14 forks source link

when not in tty just print lines #13

Closed stormslowly closed 4 years ago

stormslowly commented 4 years ago

i made a function in bash

ls () {
  command ls $* | lolcat -S 4
}

but i can not grep lolcat's output

$ ls  | grep txt

so make this PR to improve this.

stormslowly commented 4 years ago

@ur0

ur0 commented 4 years ago

Good catch, thanks!