Skip to main content
Module

x/shellgpt/deno.jsonc

Upgrade your terminal with GPT-4. Ask questions, automate commands, pipe I/O, etc. Made with Deno.
Latest
File
{ "tasks": { "dev": "deno run --watch -A main.ts", "run": "deno run -A main.ts" }}