Skip to main content

Natural language to shell command translator using Claude

Project description

autocmd

Natural language to shell command.

Installation

# Install from PyPI (recommended)
uv tool install autocmd-cli

# Or directly from git
uv tool install git+https://github.com/dvirzg/autocmd.git

Quick start

The first time you run autocmd, it will:

  1. Ask for your Anthropic API key – saved to ~/.config/autocmd/config.
  2. Offer shell integration (recommended) – adds a small wrapper to .zshrc/.bashrc so commands appear on your prompt, ready to edit before running.

Trigger setup with any command:

autocmd "check git status"

After setup:

autocmd "git fetch all updates from remote"
# → git fetch --all  (lands on your prompt, you hit Enter or edit)

More examples:

autocmd "show git log for last 5 commits"
autocmd "find all python files modified today"
autocmd "kill process on port 3000"

Configuration

Model selection

By default autocmd uses claude-haiku-4-5-20251001. To change it, set AUTOCMD_MODEL:

# One-time use
AUTOCMD_MODEL=claude-sonnet-4-20250514 autocmd "your command here"

# In your shell config (~/.zshrc or ~/.bashrc)
export AUTOCMD_MODEL=claude-sonnet-4-20250514

Development

git clone https://github.com/dvirzg/autocmd.git
cd autocmd
./dev-setup.sh
source ~/.zshrc  # or ~/.bashrc

# Always uses the local code
autocmd-dev "check git status"

Uninstall

uv tool uninstall autocmd

Then remove the autocmd line from your shell config if you want to fully clean it up.

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

autocmd_cli-0.1.3.tar.gz (52.3 kB view details)

Uploaded Source

Built Distribution

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

autocmd_cli-0.1.3-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file autocmd_cli-0.1.3.tar.gz.

File metadata

  • Download URL: autocmd_cli-0.1.3.tar.gz
  • Upload date:
  • Size: 52.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for autocmd_cli-0.1.3.tar.gz
Algorithm Hash digest
SHA256 dc30a7b94c3d5ba5455a565676fc5dd94a473f85a8b431640f49741b5e0d29b3
MD5 5e57e26c5209a9021692f92571e0fb05
BLAKE2b-256 429d35847a1f158a13ff5a9e30bc26644013609a90600865f4622b9370f058d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for autocmd_cli-0.1.3.tar.gz:

Publisher: publish.yml on dvirzg/autocmd

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file autocmd_cli-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: autocmd_cli-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for autocmd_cli-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2d0be5b25d3f83d9d4dc60b085ca93638b2b7da5a4aea4d1bae30a4f097ce724
MD5 c47d2937dab36ff253e78f43af3b7f2f
BLAKE2b-256 f3c1e3135f7ff9620c26f818f8b4def6e500c63fcbc3bef9c4bac6f87e83902f

See more details on using hashes here.

Provenance

The following attestation bundles were made for autocmd_cli-0.1.3-py3-none-any.whl:

Publisher: publish.yml on dvirzg/autocmd

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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