-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colors in output #44
Comments
I agree that this would be nice. Basically, the stdin that’s passed to the spawned process should be a TTY. PS I think you can pass the |
Right, I tried |
I'd like this. |
I'm experimenting with a PTY for version 4.0. |
Most tools use the I'm kind stuck on how to go about this, but would love to make a pull request if anyone has an pointers how to go about this. @Manfred you mentioned experimenting with a PTY, did you get any success with this? |
@kylef This is the PTY stdlib module, which should do the job: http://apidock.com/ruby/v1_9_3_392/PTY/spawn/class |
@Manfred Alright, not sure what the status of your separate "Four" repository. If I were to back port the PTY changes into a PR for the current kicker would this likely get merged/released? |
@kylef I created the fork because I didn't like all the dependencies on the watcher libraries. My branch has a slightly different implementation of Recipes so it's not compatible. I think it's probably best to reverse implement features onto the 3.x version. So yeah, if you implement PTY we will merge and release. |
I think some test runners try to detect where they're writing to and possibly don't include ANSI colors when running through Kicker cough rspec cough. The problem is that output coming from Kicker is all black, and I like my colors.
How to reproduce: kicker -r ruby in any directory with specs. Change a file.
The text was updated successfully, but these errors were encountered: