Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.85 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.85 KB

Cmaner-Helper

Tool for quick and convenient calling of commands

Instructions

Setup & Configuration

Linux install

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

Windows install

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"

Basic Usage

image Type "cm" to access an interactive menu of commands categorized

image 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

image

"cm" - can pass arguments through short calls, giving new life to simple python and other scripts