perplexity-cli
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
Switch between git worktrees with speed. :zap:
git clone https://github.com/yankeexe/git-worktree-switcher.gityankeexe/git-worktree-switcherSwitch between git worktrees with speed. ⚡
Download the script from the Release section.
Make the script executable.
$ chmod +x wt
Copy the executable to any directory in your $PATH
$ sudo cp wt /usr/local/bin
For Bash
sudo cp completions/wt_completion /etc/bash_completion.d
For ZSH
Note: completion file for zsh has
_prefix
Find paths where you can store your completion
print -rl -- $fpath
Copy completion script to one of that location and restart the shell.
sudo cp completions/_wt_completion <one-of-$fpath> exec zsh
For Fish
cp completions/wt.fish ~/.config/fish/completions
Tab autocompletion works for switching between your worktrees.
wt <TAB> <TAB> # OR wt <completion-characters> <TAB>
Switch between worktrees. You can do a text search to change to the worktree directory.
$ wt <worktree-name/search-term> # Select worktree interactively $ wt -i
Go to root worktree directory
$ wt -
List out all the worktrees.
$ wt list
Show help message
$ wt help
Update to the latest release
$ wt update
Show the CLI version
$ wt version
more like this
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
search projects, people, and tags