From 3aba614026d309b7892e414d342db6b884579af7 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 16:09:18 +0800 Subject: style: redesign landing page with retro terminal theme --- index.html | 392 ++++++++++++++++++++++++------------------------------------- 1 file changed, 152 insertions(+), 240 deletions(-) diff --git a/index.html b/index.html index 83c0c5a..8eb2ff2 100644 --- a/index.html +++ b/index.html @@ -3,296 +3,208 @@ - run - script runner + run — script runner -
-

- ./run.sh -

+
+

run

Screw "make", I just want a script runner

-

- Drop any script into .run/src/bin/ — Rust, C#, - Python, Shell, Ruby, Go, etc.
- One command to list, one command to run. No Makefile, no config. + +

What is this?

+

+ A cross-platform script runner. Drop any script into + .run/src/bin/ and run it by name. No makefiles, no + justfiles, no config.

-
- - +
+ [Rust] .rs + [C#] .cs + [Python] .py + [Ruby] .rb + [Perl] .pl + [Go] .go + [Zig] .zig + [Nim] .nim + [Shell] .sh + [Binary] (no ext) + [PowerShell] .ps1 + [Binary] .exe
-
- Install - $ curl -fsSL - https://catilgrass.github.io/run/install.sh | bash - $ chmod +x run.sh +

Install

+ +
+ :: Linux
+ $ curl -fsSL + https://catilgrass.github.io/run/install.sh | bash
+ $ chmod +x run.sh
-