{"id":31074116,"url":"https://github.com/notnanook/ash","last_synced_at":"2026-03-07T01:34:20.359Z","repository":{"id":313417941,"uuid":"1050071410","full_name":"NotNanook/Ash","owner":"NotNanook","description":"A no-bullshit, seamless way to use LLMs right inside your shell. Supports bash and zsh","archived":false,"fork":false,"pushed_at":"2025-09-05T22:14:51.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T02:22:06.690Z","etag":null,"topics":["ai","assistant","assistant-chat-bots","bash","client","llm","plugin","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/NotNanook.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-03T22:56:29.000Z","updated_at":"2025-09-05T22:14:55.000Z","dependencies_parsed_at":"2025-09-05T23:33:40.377Z","dependency_job_id":"ddffe66a-c525-49f1-8979-a788e04e1a32","html_url":"https://github.com/NotNanook/Ash","commit_stats":null,"previous_names":["notnanook/ash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotNanook/Ash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNanook%2FAsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNanook%2FAsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNanook%2FAsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNanook%2FAsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotNanook","download_url":"https://codeload.github.com/NotNanook/Ash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNanook%2FAsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014483,"owners_count":26085535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","assistant","assistant-chat-bots","bash","client","llm","plugin","shell","zsh"],"created_at":"2025-09-16T02:03:00.760Z","updated_at":"2025-10-13T09:08:23.622Z","avatar_url":"https://github.com/NotNanook.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ash\nA no-bullshit, seamless way to use LLMs right inside your shell (bash, zsh). Supports OpenAI, Claude, Ollama and OpenRouter\n\n## Why?\n\nEver felt that most AI tools sound nice but are completely impractical or simply useless? Then try Ash, because you don’t need another bloated wrapper or half-baked CLI tool.\n\n## Features\n\n- **Command-not-found Fallback**: Unrecognized commands become AI queries\n\n```\n~ ❯ hey chat how are you\nI'm a program — ready to help. What would you like to do?\n```\n```python\n~ ❯ ls\nDesktop/  Documents/  Downloads/  Music/  Pictures/  Videos/\n```\n\n- **Shell Integration**: Respects redirections, pipes, and standard shell behavior\n\n```sh\ngit log --oneline -10 | summarize recent changes\ngrep \"ERROR\" app.log | categorize these errors \u003e error_types.txt\n```\n\n- **Easily extensible**: Simply implement a new `__send_to` function to `ash.zsh`. Feel free to create pull request\n\n## Installation\nUniversal one line installer\n```sh\nsh -c 't=$(mktemp) \u0026\u0026 curl -fsSL https://raw.githubusercontent.com/NotNanook/Ash/main/installer.sh -o \"$t\" \u0026\u0026 bash \"$t\"; r=$?; rm -f \"$t\"; exit $r'\n```\nOr clone the repository and use the installer file. Follow on screen instructions for further information. The installer will append the following lines into your config file (zsh)\n```zsh\n# BEGIN ash\nif [[ -f \"/home/user/.config/ash/ash.zsh\" ]]; then\n    source \"/home/user/.config/ash/ash.zsh\"\nfi\n# END ash\n```\n\n## Dependencies\n`jq`\n`curl`\n\n## Configuration\nAsh file: `~/.config/ash/ash.zsh` or `~/.config/ash/ash.sh`\u003cbr\u003e\nConfig file: `~/.config/ash/config.json`\u003cbr\u003e\nChat history: `~/.ash_history.json`\u003cbr\u003e\nHistory limit: 15 messages (configurable via MAX_HISTORY in script)\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnanook%2Fash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotnanook%2Fash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnanook%2Fash/lists"}