-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Pipe color codes to stdout? #3
Comments
Technically, the output is written in the interface, which is displayed to stdout. I can support pipe, so that when rgb-tui output is connected to another program, we draw the UI to the terminal output, and print the result toward the piped program. Out of curiosity, what kind of use case do you have? |
My main use case is to get color values to the clipboard, so that I can put them into whatever code I am writing, whether that is in openFrameworks or my website. So an ideal scenario could look like this: press EDIT: Oh wow, just discovered that you have implemented vi keybindings to navigate the color space! Awesome! |
I second this, getting the colors without having to type them makes this much more usable. I also noticed that it's not possible to change the colors by changing the values directly, did I miss something? |
I added support for the clipboard, does it resolve this issue somehow? |
@ArthurSonzogni somehow but the clipboard is not stdout |
Hi,
Thanks for a great program! Is there a way to get the color codes to stdout? Would love to be able to pipe it to clipboard or a file or something else entirely... Alternatively/additionally some way to export to json would be cool too.
The text was updated successfully, but these errors were encountered: