rawdog

Generate and execute code using LLMs from the command line

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to generate and run code with llms

Commands

rawdog

Examples

Generate Python code to calculate fibonacci numbers$ rawdog 'Write a Python function to calculate the nth fibonacci number'
Generate and run a shell script to list files by size$ rawdog 'Create a bash script that lists files in current directory sorted by size'
Generate code with interactive conversation for refinement$ rawdog 'Write a Python script to parse JSON and extract specific fields' --interactive