Generate and execute code using LLMs from the command line
CLI tool to generate and run code with llms
rawdog$ rawdog 'Write a Python function to calculate the nth fibonacci number'$ rawdog 'Create a bash script that lists files in current directory sorted by size'$ rawdog 'Write a Python script to parse JSON and extract specific fields' --interactive