You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
After playing with gnomon some more, it looks like it's doing more than just sending ANSI control characters to update the time. Perhaps a better solution would be to have an option such as:
command | gnomon --medium 1.0 --save-log=/tmp/log
Where standard out would be updated in real time, and then the non real time log would be saved to /tmp/log.
Awesome tool!
It would be nice if there was an option to force ANSI colors to non-tty output. In particular, I'd like to use the tool like this:
command | gnomon --force-ansi --medium=1.0 | tee /tmp/log
I'm fine with having some ANSI jibberish in the log file.
The text was updated successfully, but these errors were encountered: