ZIP
WinGet
cs-script
oleg-shilo · 4.9.2.0 · neutral
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
cs-script.win.v4.9.2.0.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
oleg-shilo.cs-script
Version
4.9.2.0
Description
C# Script execution engine
License
MIT License
↗
Installer URL
https://github.com/oleg-shilo/cs-script/releases/download/v4.9.2.0/cs-script.win.v4.9.2.0.zip
Release Notes
- Added new custom commands:
- css -pkill <process name pattern>: terminates the process based on name.
- css -update: updates already installed CS-Script (if detected)
- css -edit <script|custom command>: opens the script in the default editor
- Improved dev experience for css -new:cmd <name>:
- Now name can include dash as a prefix.
- Handle the case when during command creation with -new:cmd the file name is a command that starts with two dashes (e.g. -ver vs --version)handle