| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Sort uppercase tool names before lowercase in listingsHEADmaster | 魏曹先生 | 2026-07-11 | 2 | -6/+24 |
| | | | | | Add version header 0.1.1 to both run.ps1 and run.sh | ||||
| * | fix(run): force $sorted to array to avoid char indexing on single tool | 魏曹先生 | 2026-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | | When only one tool exists, the sorted pipeline returns a single string instead of an array. Indexing it (e.g., $sorted[0]) then returns a character rather than the full tool name, causing errors like "Method invocation failed because [System.Char] does not contain a method named 'ToLower'". Wrapping the pipeline in @() ensures $sorted is always an array, fixing both the list display and number-based selection. | ||||
| * | feat: add ASCII banner | 魏曹先生 | 2026-07-02 | 2 | -1/+21 |
| | | |||||
| * | style: redesign landing page with retro terminal theme | 魏曹先生 | 2026-07-02 | 1 | -240/+152 |
| | | |||||
| * | chore: redirect stdin to /dev/tty for user prompts | 魏曹先生 | 2026-07-02 | 1 | -2/+2 |
| | | |||||
| * | feat: prompt to remove example scripts after install | 魏曹先生 | 2026-07-02 | 2 | -0/+24 |
| | | |||||
| * | fix(install): copy only run files instead of entire repo | 魏曹先生 | 2026-07-02 | 5 | -50/+29 |
| | | |||||
| * | feat: add project landing page with install and usage docs | 魏曹先生 | 2026-07-02 | 4 | -0/+302 |
| | | |||||
| * | refactor(run-scripts): reorder languages and prioritize .sh/.ps1 in | 魏曹先生 | 2026-07-02 | 3 | -140/+156 |
| | | | | | listing | ||||
| * | fix: propagate exit code from `dotnet run` in run.ps1 | 魏曹先生 | 2026-07-02 | 1 | -0/+2 |
| | | |||||
| * | feat: add fuzzy target name matching and display name formatting | 魏曹先生 | 2026-07-02 | 2 | -6/+34 |
| | | | | | | | 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-02 | 1 | -0/+0 |
| | | |||||
| * | feat: add sample scripts for Go, Nim, Perl, Ruby, and Zig | 魏曹先生 | 2026-07-02 | 5 | -0/+100 |
| | | |||||
| * | feat: add support for Ruby, Perl, Go, Zig, and Nim scripts | 魏曹先生 | 2026-07-02 | 2 | -0/+105 |
| | | |||||
| * | feat: add support for running binary executables | 魏曹先生 | 2026-07-02 | 2 | -0/+24 |
| | | | | | | Add detection and execution of standalone binary files (without extensions in shell, with .exe in PowerShell) to the tool runner | ||||
| * | docs: add manual installation instructions to README | 魏曹先生 | 2026-07-02 | 1 | -0/+24 |
| | | |||||
| * | fix: correct misspelled PowerShell script filename | 魏曹先生 | 2026-07-02 | 1 | -0/+0 |
| | | |||||
| * | chore(ps1): replace dot with parenthesis in menu formatting | 魏曹先生 | 2026-07-02 | 1 | -2/+1 |
| | | |||||
| * | docs(readme): add usage examples for run.sh | 魏曹先生 | 2026-07-02 | 1 | -0/+9 |
| | | |||||
| * | chore(run): add comments to .gitignore entries | 魏曹先生 | 2026-07-02 | 1 | -1/+3 |
| | | |||||
| * | docs(readme): add title and stylize tagline | 魏曹先生 | 2026-07-02 | 1 | -1/+3 |
| | | |||||
| * | docs(README): add chmod instruction after curl install | 魏曹先生 | 2026-07-02 | 1 | -0/+1 |
| | | |||||
| * | fix(install): make run.sh executable after installation | 魏曹先生 | 2026-07-02 | 1 | -0/+1 |
| | | |||||
| * | feat: add cross-platform script runner with run.sh and run.ps1 | 魏曹先生 | 2026-07-02 | 12 | -0/+452 |
