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
The ss command in Linux lists open sockets and active network connections. It replaced the deprecated netstat command and…
The ftp command in Linux connects to a remote FTP server and transfers files. FTP transmits everything…
The lsmod command in Linux lists all currently loaded kernel modules. It reads /proc/modules — a virtual file maintained…
The rename command in Linux renames multiple files at once using Perl regular expressions. Unlike mv, which handles…
The pgrep command in Linux finds the PIDs of running processes based on a name or other…
The unlink command in Linux removes a single file by deleting its directory entry. It is a…