ChatSH is a command-line tool powered by Claude, designed for syntax-highlighted bash productivity.
Note: This contains an anthropic api key for you to try it. It's limited to $5 a month so please don't abuse it.
- Interactive LLM-powered bash REPL
- Syntax highlighting for improved readability
Use Poetry to install the dependencies:
poetry install
Run the tool using:
chatsh
A loaner token is included for the default anthropic chat. It is heavily rate limited so please replace it with your own token ASAP. Write your anthorpic token as a text file to ~/anthropic.token
.
This project is licensed under the MIT License.
Victor Tailin. This project is inspired by his chatsh.mjs.
The trick is a nice prompt with some good examples.