Name | termi-copilot JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Local-LLM terminal copilot that turns natural language into shell commands. |
upload_time | 2025-08-20 09:42:51 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT License
Copyright (c) 2025 Your Name
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. |
keywords |
copilot
llm
ollama
terminal
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Termi
**Termi** is a local‑LLM powered terminal copilot that turns natural language into safe shell commands.
## Install
```bash
pipx install termi
# or
pip install termi
```
## Usage
```bash
termi
termi "find large files in ~/Downloads"
termi --explain "find . -type f -size +100M -print0 | xargs -0 ls -lh"
```
## Notes
Termi requires Ollama to be installed and running. If Ollama is not found, Termi will attempt to install it automatically.
Raw data
{
"_id": null,
"home_page": null,
"name": "termi-copilot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "copilot, llm, ollama, terminal",
"author": null,
"author_email": "Abhay Mundhara <abhay.mundhara@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e0/69/1e4137d764cf078bc6b8e74b5a30c992a98bd482476d20af77896b688d46/termi_copilot-0.1.0.tar.gz",
"platform": null,
"description": "# Termi\n\n**Termi** is a local\u2011LLM powered terminal copilot that turns natural language into safe shell commands.\n\n## Install\n```bash\npipx install termi\n# or\npip install termi\n```\n\n## Usage\n```bash\ntermi\ntermi \"find large files in ~/Downloads\"\ntermi --explain \"find . -type f -size +100M -print0 | xargs -0 ls -lh\"\n```\n\n## Notes\n\nTermi requires Ollama to be installed and running. If Ollama is not found, Termi will attempt to install it automatically.",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2025 Your Name\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.",
"summary": "Local-LLM terminal copilot that turns natural language into shell commands.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/abhaymundhara/Termi",
"Issues": "https://github.com/abhaymundhara/Termi/issues"
},
"split_keywords": [
"copilot",
" llm",
" ollama",
" terminal"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e425b0e9997ddf4409bdfd92e4a9b8478f230350ae7efc69bec17ac88123ec93",
"md5": "6390cd38b98c7852f695e9a0f65b11c2",
"sha256": "4529ef8cff9d2f2c2175a62b6b30ca3bdd8a47462573aea7f32fed4ae9d22147"
},
"downloads": -1,
"filename": "termi_copilot-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6390cd38b98c7852f695e9a0f65b11c2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 9786,
"upload_time": "2025-08-20T09:42:50",
"upload_time_iso_8601": "2025-08-20T09:42:50.400156Z",
"url": "https://files.pythonhosted.org/packages/e4/25/b0e9997ddf4409bdfd92e4a9b8478f230350ae7efc69bec17ac88123ec93/termi_copilot-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e0691e4137d764cf078bc6b8e74b5a30c992a98bd482476d20af77896b688d46",
"md5": "d1874180d76396005c04b91a872ab171",
"sha256": "87e9987db5f118c048af931558b0438934b4af43e77edb66cae4417f95f2bbf7"
},
"downloads": -1,
"filename": "termi_copilot-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "d1874180d76396005c04b91a872ab171",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8248,
"upload_time": "2025-08-20T09:42:51",
"upload_time_iso_8601": "2025-08-20T09:42:51.946286Z",
"url": "https://files.pythonhosted.org/packages/e0/69/1e4137d764cf078bc6b8e74b5a30c992a98bd482476d20af77896b688d46/termi_copilot-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-20 09:42:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "abhaymundhara",
"github_project": "Termi",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "termi-copilot"
}