-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: Ability to pipe-in initial question #15
Comments
Good idea! I got a WIP in this branch, but this overall doesn't play nicely with crossterm. It'll take more effort to figure out how to do it. |
I use
It might be beneficial to have pipe-in and pipe-out interface in oatmeal. Just allow pipe in initial text and spit out resulting |
I have setup simple |
Nice I'm glad you got something working! The UI is technically writing to stdout. We wouldn't be able to output to stdout it unless the app intends to exit and close the UI first. If you already have something going in micro, you could write a full out plugin so you don't need the clipboard. I've made the interface easy to implement. I can help along the way, but I'm not familiar with what micro is capable of. |
It would be beneficial to get initial chat started by entering multi-line text in the command line:
$ oatmeal << EOF
echo "Hello World" | wc -w
How to understand this code
EOF
The text was updated successfully, but these errors were encountered: