ShellGPT icon indicating copy to clipboard operation
ShellGPT copied to clipboard

Upgrade your terminal with GPT-4. Ask questions, automate commands, pipe I/O, etc. Made with Deno.

Results 5 ShellGPT issues
Sort by recently updated
recently updated
newest added

I wanted to paste 394 lines of text, mostly code and then a prompt at the end (like the snippet below) But when I tried pasting the text, gpt cut...

Amazing tool! It would be great to be able to use this like chatgpt, but from the console, using a chat-style interface that maintains context Also, would love a way...

$ deno install -frA -n gpt https://deno.land/x/shellgpt/mod.ts Would you like to run the above command to complete ShellGPT installation? (y)es [default] (n)o leave blank to use default > y error:...

`Deno.run` has been deprecated and replaced with `Deno.command`. See https://deno.land/[email protected]?s=Deno.Command I did try fixing it in a fork, but when I checked the current code out it would give me...