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/.
  • Zsh: source share/llm-cmd-comp.zsh in your ~/.zshrc.
  • Bash: source share/llm-cmd-comp.bash in your ~/.bashrc.

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.1.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.1.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: llm_cmd_comp-1.1.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.1.0.tar.gz
Algorithm Hash digest
SHA256 fde1732ac332d0455f4c48aba751fe9ce350f0f6da43e91f512829edbdb058b5
MD5 b1eaa64473b0b61f732da7ba703b1ae5
BLAKE2b-256 2b564dddcee4241ac7a17067e3682a4e6a73d624c1259b11d581b339223e007b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llm_cmd_comp-1.1.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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 18f353c6a691491913301888cf694bbacf7e98a2607f92f6dfe37489c825c49a
MD5 082dc37f8cbd6004563f904d7fbe3f5c
BLAKE2b-256 a527aeabdb9f7067bc19748c0e5416104950a456eb54f9ce52c9af5e0d08aea5

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