Bashguy
Description
A shell widget that generates bash commands from natural language using Claude
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
bashguy
A shell widget that generates bash commands from natural language using Claude.
https://github.com/user-attachments/assets/f7d73d76-d7c5-437c-9ac9-8633795f8e3a
Type what you want to do in plain English, and Claude generates the command and inserts it into your command line. If there's already partial input, it inserts a completion at the cursor position.
Requirements
- Claude Code CLI (
claudecommand) - Bash
Installation
Add the following to your `.bashrc`:
source /path/to/bashguy.sh
Key Binding
No key binding is set by default. Add a `bind` command after sourcing the script in your `.bashrc`:
source /path/to/bashguy.sh
bind -x '"\C-g": _bashguy_widget'
Examples
| Key | bind command |
|---|---|
| Ctrl+G | bind -x '"\C-g": _bashguy_widget' |
| Ctrl+J | bind -x '"\C-j": _bashguy_widget' |
| Ctrl+X Ctrl+G | bind -x '"\C-x\C-g": _bashguy_widget' |
Usage
- Press your bound key to get a
[bashguy]prompt - Describe what you want to do (e.g.,
count the number of files in the current directory) - Claude generates the command and inserts it into your command line
If you press the key with partial input on the command line, it inserts a completion at the cursor position.
Changing the Model
Set the `BASHGUY_MODEL` environment variable to use a different model. The default is `claude-sonnet-4-20250514`.
export BASHGUY_MODEL=claude-haiku-4-5-20251001
License
MIT
Author
Yasuhiro Matsumoto (a.k.a. mattn)
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development