{"id":13510669,"url":"https://github.com/promptops/cli","last_synced_at":"2026-01-14T08:39:56.099Z","repository":{"id":163229681,"uuid":"638601337","full_name":"promptops/cli","owner":"promptops","description":"um is a GPT-powered CLI assistant. Ask questions in plain English, get the perfect shell command.","archived":false,"fork":false,"pushed_at":"2023-08-16T19:14:36.000Z","size":1142,"stargazers_count":120,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-29T03:22:22.171Z","etag":null,"topics":["cli","devops","generative-ai","shell","terminal"],"latest_commit_sha":null,"homepage":"https://promptops.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/promptops.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-05-09T17:42:14.000Z","updated_at":"2025-09-01T00:10:24.000Z","dependencies_parsed_at":"2024-01-13T19:35:05.171Z","dependency_job_id":"40943658-1c5a-495d-8c0a-ce8684453a73","html_url":"https://github.com/promptops/cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/promptops/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptops%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptops%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptops%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptops%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/promptops","download_url":"https://codeload.github.com/promptops/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptops%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"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":["cli","devops","generative-ai","shell","terminal"],"created_at":"2024-08-01T02:01:49.153Z","updated_at":"2026-01-14T08:39:56.081Z","avatar_url":"https://github.com/promptops.png","language":"Python","funding_links":[],"categories":["Python","cli"],"sub_categories":[],"readme":"`um` is a GPT-powered CLI assistant. Ask questions in plain English, get the perfect shell command.\n\n\u003cimg src=\"https://github.com/promptops/cli/raw/main/media/default.png\" /\u003e\n\n# Features\n\n- find the right command without leaving the terminal\n- `um` can index your history to find commands you've run before\n- `um` instantly learns from your corrections\n- simple interface to clarify your question or provide more context\n- NEW in 0.1.6: `um recipe` helps you provision infrastructure (currently terraform only, more coming soon)\n- NEW in 0.1.7: extended reverse search functionality with fuzzy matching and semantic search\n- NEW in 0.1.10: parameterless `um`: suggests next actions based on usage patterns\n\n# Installation\n\n## Linux - Ubuntu\n```shell\ncurl -fsSL -o ubuntu-installer.sh https://raw.githubusercontent.com/promptops/cli/main/ubuntu-installer.sh\nchmod 700 ubuntu-installer.sh\n./ubuntu-installer.sh\n```\n\n## MacOS - Homebrew\n\n```shell\nbrew install promptops/promptops/promptops-cli\n```\n\n## pip \n\nMake sure you have python 3.10 or more recent\n[python.org downloads](https://www.python.org/downloads/)\n\n```shell\npip3 install promptops\n```\n\n# Configuration\n\n```shell\neval \"$(um --install)\"\n```\n\n## (Optional) Enable extended reverse search (Ctrl+E)\n\nNote: currently works only with Zsh\n\nAdd the widget and the key binding to your `.zshrc` file\n```shell\ncp ~/.zshrc ~/.zshrc.backup\necho 'eval \"$(promptops lookup --config)\"' \u003e\u003e ~/.zshrc\n```\n\nReload\n```shell\nsource ~/.zshrc\n```\n\n## Disable extended reverse search\n\nRemove the eval line from your `.zshrc` file and reload.\n\n\n# Usage\n\n## um\n\nSuggest next actions based on usage patterns\n```shell\num\n```\n\nQuery for command\n```shell\num \u003cquestion\u003e\n```\n\nCreate or reuse templates to provision infrastructure (currently terraform only, more coming soon)\n```shell\num recipe \u003cmulti-stepped-prompt\u003e\n```\n\nAdd file or website to the index\n```shell\num index --source \u003cfile-or-url\u003e\n```\n\n## local runner\n\n```shell\npromptops runner\n```\n\n# Examples\n\n```shell\num list contents of tar file\num upload file to s3\n```\n\n## Screenshots\n\nSemantic search in history\n\n\u003cimg src=\"https://github.com/promptops/cli/raw/main/media/semantic-search.png\" /\u003e\n\nProvide more context flow\n\n\u003cimg src=\"https://github.com/promptops/cli/raw/main/media/clarify.png\" /\u003e\n\nIndex website\n\n\u003cimg src=\"https://github.com/promptops/cli/raw/main/media/index.png\" /\u003e\n\n# Development setup\n\ncreate virtual env\n\n```shell\npython3.10 -m venv ./venv\n. ./venv/bin/activate\n```\n\ninstall dependencies\n\n```shell\npip install -r requirements.txt\n```\n\ninstall the cli\n\n```shell\nmake install\n```\n\ntest with\n\n```shell\num get pods\n```\n\n## Publishing pip release\n\n```shell\nmake publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpromptops%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpromptops%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpromptops%2Fcli/lists"}