Skip to content

💻 PLS-CLI

If you are like me, and your terminal is your home, this CLI will make your life better, I hope 😄

🛠 Installation

pip install pls-cli

Upgrade Version

pip install pls-cli --upgrade

⚙️ Configuration

To run pls-cli everytime you open your shell's:

echo 'pls' >> ~/.bashrc
echo 'pls' >> ~/.zshrc
echo 'pls' >> ~/.config/fish/config.fish
echo 'pls' >> ~/.config/ion/initrc
echo 'pls' >> ~/.tcshrc
echo 'pls' >> ~/.xonshrc

Add the following to the end of Microsoft.PowerShell_profile.ps1. You can check the location of this file by querying the $PROFILE variable in PowerShell. Typically the path is ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix.

pls

Attention

Restart your terminal to apply the changes and start configuring your PLS-CLI. 🎉

🤝 Special thanks

PLS-CLI stands on the shoulders of giants:

  • Typer for the CLI tool.
  • Rich for the beautiful formatting in terminal.