-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Accept file as an Input #3
Comments
Hi @sankethgadadinni! Definitely, in fact on some operating systems like Mac you can already do this by dragging a file into your terminal. This will paste in the file or folder's absolute path, which is all Open Interpreter needs to work with it. We should add a video demo soon:
Related: #1 for a discussion of a UI that would support file dropping, conversation history, image display, etc. We'll need to do this to support operating systems that don't support dragging and dropping into terminal, or figure out how to use What OS do you use? It would be great if we knew which systems supported this behavior (I only know Mac does) then we could add that to the documentation. |
I tested it (dragging a file into the interpreter chat CLI + see if the path gets pasted + if the interpreter finds the path and file) with
--> Worked on both systems, too, without issues |
Thanks @nirvor! Just updated the documentation with a demo. I think we can consider drag-and-drop to be a core/supported feature of Open Interpreter instead of specifying supported systems — Windows + Ubuntu + Mac is cross-platform enough for me. Let's make a note in the docs of it not working on any systems/terminals though, if we find them. |
docs: prevent blank issues
are you planning to accept files as an input?
The text was updated successfully, but these errors were encountered: