Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ plz Public

A (wildly unsafe to use outside of a containerized environment) magical LLM based shell command

Notifications You must be signed in to change notification settings

zachdaniel/plz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A rough draft of a script that allows piping into and out of claude code in such a way that it is aware of its context.

Some examples:

# can give you a command
ls -la | plz "give me an awk command to extract filenames"
# or just run them
ls -la | plz "extract the filenames using awk"
echo '{"users": [{"name": "Alice", "age": 30}, {"name": "Bob", "age": 25}]}' | plz "extract just the names"
# knows that its piping into `jq .` and so must provide json format
curl -s https://api.github.com/users/zachdaniel | plz "get the username and location" | jq .

About

A (wildly unsafe to use outside of a containerized environment) magical LLM based shell command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages