PEEP Prompting Made Easy
PEEP
  • The Scripts
  • Have an issue?
  • Twitter

  • Github

Build Prompts Easily

Search for what you want, copy the script, and run it in your terminal. Don't see what you want? Let us know. Our PRs are open as well.

Install peep in bash:

echo "function peep() { curl -sL https://tek.pub/api/\$1;}" >> \
~/.bashrc && source ~/.bashrc

Install peep in zshell:

echo "function peep() { curl -sL https://tek.pub/api/\$1;}" >> \
~/.zshrc && source ~/.zshrc

Run it:

peep help
peep list
peep react-component

Scripts

Brought to you by The Next|Dev team.

Person image