stephencelis / ghi

GitHub Issues on the command line. Use your $EDITOR, not your browser.
Other
2.14k stars 142 forks source link

Simple option to disable any ansi and just pipe plain text to stdout. #382

Open KjellMorgenstern opened 4 years ago

KjellMorgenstern commented 4 years ago

I spent some time reading through color settings, tmux configuration, the issues here on github and in the wiki, and I still can not get nice output.

Command 'ghi list' on Ubuntu 19.10 in bash + tmux. I see green color first while ghi is processing, but can not read that message as it disappears fast, the terminal blanks, and shows the list in between ESC[38;5;34.... sequences. I press q to close the view, the list disappears (not what I want), my cursor is at the wrong position (newline missing).

That should really not cause users headaches. I'd suggest a feature to simply disable all this fancy color stuff. Or whatever is the easiest way to resolve these troubles once and for all.