Skip to main content

Use LLM to generate commands for your shell

Project description

Shell completion using LLM

Use LLM to generate and execute commands in your shell

Installation

Install this plugin in the same environment as LLM.

llm install llm-cmd-comp

Then install the shell integration for your preferred shell.

  • Fish: place share/llm-cmd-comp.fish in ~/.config/fish/conf.d/.

Usage

  1. Start typing a command.
  2. Activate the key binding (Alt-Backslash by default).
  3. Wait for the LLM to complete the command.
  4. Press enter if you are happy. Otherwise give feedback on the command and repeat from step 3.
  5. The LLM's command replaces the previous command you were writing.

Neat ways you can use this feature:

  • Type a command in English, convert it to bash. find all files larger than 100MB 🪄 find . -type f -size +100M
  • Give extra instructions as comments. sed -i '' 's/search/replace/g' file.go # Now do it for all go files in the project 🪄 find . -name '*.go' -exec sed -i '' 's/search/replace/g' {} +

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-cmd
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install llm
llm install -e .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm_cmd_comp-1.0.0.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llm_cmd_comp-1.0.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file llm_cmd_comp-1.0.0.tar.gz.

File metadata

  • Download URL: llm_cmd_comp-1.0.0.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for llm_cmd_comp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a25e248d7f93b3fb7246f04a008accb2891fd2c07893140dd4a4f87ac3ae8825
MD5 aebdee8673c6b8364667456d2d12f42d
BLAKE2b-256 d9e80cf7bfe9c1481d1cd0140d26a9365dd9946405fa07ee4331ce4cfb02b40c

See more details on using hashes here.

File details

Details for the file llm_cmd_comp-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: llm_cmd_comp-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for llm_cmd_comp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 96471822c0532462b58e7e36888e72234e02ddfa50335e6d570976e72208a8a4
MD5 09e29b73207ccb88e79ea2c9f3d751a6
BLAKE2b-256 5f4e20936f1587c1c6cd64766892cafcd552b15c7ac4be703ff42a7e8d09ae94

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page