perplexity-cli
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
Python★ 176
My dotfiles. Buyer beware ;)
git clone https://github.com/jessfraz/dotfiles.gitjessfraz/dotfilesTable of Contents
$ make
This will create symlinks from this repo to your home folder.
Save env vars, etc in a .extra file, that looks something like
this:
### ### Git credentials ### GIT_AUTHOR_NAME="Your Name" GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" git config --global user.name "$GIT_AUTHOR_NAME" GIT_AUTHOR_EMAIL="email@you.com" GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" git config --global user.email "$GIT_AUTHOR_EMAIL" GH_USER="nickname" git config --global github.user "$GH_USER" ### ### Gmail credentials for mutt ### export GMAIL=email@you.com export GMAIL_NAME="Your Name" export GMAIL_FROM=from-email@you.com
.vimFor my .vimrc and .vim dotfiles see
github.com/jessfraz/.vim.
The tests use shellcheck. You don't need to install anything. They run in a container.
$ make test
more like this
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
search projects, people, and tags