{"id":28033032,"url":"https://github.com/wenyuzhao/autosh","last_synced_at":"2026-05-07T01:07:46.078Z","repository":{"id":223386625,"uuid":"758509400","full_name":"wenyuzhao/autosh","owner":"wenyuzhao","description":"The AI-powered, noob-friendly interactive shell.","archived":false,"fork":false,"pushed_at":"2025-04-26T04:04:54.000Z","size":4626,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T00:57:57.690Z","etag":null,"topics":["ai","chatgpt","gpt","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wenyuzhao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-16T13:30:40.000Z","updated_at":"2025-04-26T04:04:57.000Z","dependencies_parsed_at":"2025-04-26T05:38:07.589Z","dependency_job_id":null,"html_url":"https://github.com/wenyuzhao/autosh","commit_stats":null,"previous_names":["wenyuzhao/gptsh","wenyuzhao/autosh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wenyuzhao/autosh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2Fautosh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2Fautosh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2Fautosh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2Fautosh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wenyuzhao","download_url":"https://codeload.github.com/wenyuzhao/autosh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2Fautosh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32718360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T00:29:05.620Z","status":"ssl_error","status_checked_at":"2026-05-07T00:28:57.074Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatgpt","gpt","shell","terminal"],"created_at":"2025-05-11T09:10:27.522Z","updated_at":"2026-05-07T01:07:46.050Z","avatar_url":"https://github.com/wenyuzhao.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `autosh` - The AI-powered, noob-friendly interactive shell\n\n![recording](recording.gif) \u003c!-- https://ezgif.com/video-to-gif --\u003e\n\n# Getting Started\n\n## Install\n\n```bash\nuv tool install autosh\n```\n\n## Usage\n\nAs an interactive shell: `ash` (alternatively, `autosh`)\n\nExecute a single prompt: `ash \"list current directory\"`\n\nProcess piped data:\n* `cat README.md | ash -y \"summarize\"`\n* `cat in.csv | ash -y -q \"double the first numeric column\" \u003e out.csv`\n\n## Scripting\n\nWrite AI-powered shell scripts in Markdown using natural language!\n\nExample script ([simple.a.md](examples/simple.a.md)):\n\n```markdown\n#!/usr/bin/env ash\n\n# This is a simple file manipulation script\n\nFirst, please display a welcome message:)\n\nWrite \"Hello, world\" to _test.log\n```\n\n* Run the script: `ash simple.a.md` or `chmod +x simple.a.md \u0026\u0026 ./simple.a.md`\n* Auto-generate help messages:\n\n    ```console\n    $ ash simple.a.md -h\n\n    Usage: simple.a.md [OPTIONS]\n\n    This is a simple file manipulation script that writes \"Hello, world\" to a log file named _test.log.\n\n    Options:\n\n    • -h, --help     Show this message and exit.\n    ```\n\n## Plugins\n\n`autosh` comes with several plugins to expand its capabilities:\n\n* `ash \"Create a directory 'my-news', list the latest news, and for each news item, put the summary in a separate markdown file in this directory\"`\n\n# TODO\n\n- [ ] Image input, generation, and editing\n- [ ] RAG for non-text files\n- [ ] Plugin system\n- [ ] MCP support\n- [x] Improved input widget with history and auto-completion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenyuzhao%2Fautosh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenyuzhao%2Fautosh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenyuzhao%2Fautosh/lists"}