DTrejo / rotten

find & delete empty branches in your git repository; find unmerged branches with tons of code that needs to get into production!
http://dtrejo.com/
36 stars 3 forks source link

Output is full of ^[[32m and ^[[39m #7

Open igorT opened 11 years ago

igorT commented 11 years ago

If I pipe the output into a file when it can't fit into stdout there are a lot of weird characters around.

DTrejo commented 11 years ago

possibly try using less to view the file?

Alternatively, I think it could detect that it is not in tty mode, and not use colors.