Skip to content

PopovNx/Cmaner-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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