Tool for quick and convenient calling of commands
To install run next script:
wget https://raw.githubusercontent.com/PopovDev/Cmaner-Helper/main/install-cm.sh
chmod +x install-cm.sh
./install-cm.sh
For uninstall:
./install-cm.sh uninstall
To install run next script in powershell:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex "&{$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/PopovDev/Cmaner-Helper/main/windows-install.ps1'))}"
For uninstall:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex "&{$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/PopovDev/Cmaner-Helper/main/windows-install.ps1'))} uninstall"
Type "cm" to access an interactive menu of commands categorized
By following the instructions, you can add commands by dividing them into categories. The command can be given a short call and the need for administrator rights. If a command requires administrator rights, on Linux it will be called via sudo, and on Windows via creating a new window with administrator rights
"cm" - can pass arguments through short calls, giving new life to simple python and other scripts