In this article, we will see Sashay Installation. Sashay is an integrated automatic installer for practical Linux-based tools. More than 340 tools are offered.
pip install -U sashay
Type sashay or sshy from anywhere in your terminal
Press [TAB] to show completion, each number represents a specific output:
You can also type the numbers manually instead of pressing [TAB]
Python 3.8+
Sashay Installation is released under MIT License
Please consider following and supporting us to stay updated with the latest info
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…