BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
4.11k stars 264 forks source link

Piping ( | ) to ai #93

Open fire17 opened 1 year ago

fire17 commented 1 year ago

Hi there, I really like your project :) It is the one i use most often along side yai which i also like

Wanted to request a feature to allow data piping in and out of the ai please draw inspiration from openai_pipe 👈 there are really good examples showcased in the main Readme

Also, i think your best feature is the Revise option, but sadly, if i do a couple of revisions, i cant continue the conversation, and say stuff like "the previous version was better, but remember to...". pleassse add context of atleast the current run of revision (not even mentionion context from previous sessions) Thanks a lot and all the best!

wkaisertexas commented 8 months ago

I always thought pipes would be good on this project. Especially with tools like 'ffprobe' and 'ffmpeg' where describing the document's context can be quite laborious.

Jiayou-Chao commented 3 weeks ago

I want the same thing. I hope I can do something like git diff | ai or git diff | ai "write a commit message".