aboutsummaryrefslogtreecommitdiff
path: root/run.sh
Commit message (Collapse)AuthorAgeFilesLines
* feat: Sort uppercase tool names before lowercase in listingsHEADmaster魏曹先生2026-07-111-4/+20
| | | | Add version header 0.1.1 to both run.ps1 and run.sh
* feat: add ASCII banner魏曹先生2026-07-021-0/+10
|
* refactor(run-scripts): reorder languages and prioritize .sh/.ps1 in魏曹先生2026-07-021-66/+82
| | | | listing
* feat: add fuzzy target name matching and display name formatting魏曹先生2026-07-021-3/+17
| | | | | | Normalize user input by removing separators (spaces, underscores, dots, hyphens) and ignore case when looking up targets. Display names in the list menu with spaces instead of underscores or hyphens for readability.
* chore: mark run.sh as executable魏曹先生2026-07-021-0/+0
|
* feat: add support for Ruby, Perl, Go, Zig, and Nim scripts魏曹先生2026-07-021-0/+55
|
* feat: add support for running binary executables魏曹先生2026-07-021-0/+14
| | | | | Add detection and execution of standalone binary files (without extensions in shell, with .exe in PowerShell) to the tool runner
* feat: add cross-platform script runner with run.sh and run.ps1魏曹先生2026-07-021-0/+148