Skip to main content

Natural language to shell command.

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

Settings

Configure autocmd behavior with:

autocmd --settings

This allows you to:

  • Toggle streaming output on/off (default: on)

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

Reset configuration

To reset all settings and API key:

autocmd --reset

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.2.0.tar.gz (56.8 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.2.0-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autocmd_cli-0.2.0.tar.gz
  • Upload date:
  • Size: 56.8 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.2.0.tar.gz
Algorithm Hash digest
SHA256 70232e8b3905ad8386f867ee0572f1f7ed5d3a7e8b41c340f775f14a3476296d
MD5 ef25cdccdf4c603c738190032f3acf60
BLAKE2b-256 bf42a47afdc52dc9091e369fd4aa485007e277e363c2742e519ec8f7b4dba1cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for autocmd_cli-0.2.0.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.2.0-py3-none-any.whl.

File metadata

  • Download URL: autocmd_cli-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.1 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 13416634b4190310707d55d1fd320950a514b1de2c91c509abb5a5c82a54ff31
MD5 797b49222c58d52d2d2372db41eb8bc4
BLAKE2b-256 3bdaade993bf5adbc4ea32a484aa36039caa7a8ecee5207a2d89fdc1c8f7b5ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for autocmd_cli-0.2.0-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