3 个版本

0.1.2 2024年3月17日
0.1.1 2024年3月17日
0.1.0 2024年3月17日

#793命令行工具

每月 35 下载

MIT 许可证

10KB
217

glrun

跨平台脚本的命令行工具。

示例

# script.gs
@windows
- echo "hello windows"
- explorer %USERPROFILE%
@linux
- echo "hello linux"
- ls ~
--
echo 'hellow'
echo 'world'
--
glrun script.gs

用法

gl1tch in ~/Projects/glrun λ glrun --help

Cross-Platform script command runner.

USAGE:
    glrun [OPTIONS] <script>

ARGS:
    <script>    Sets the script file or URL to use

OPTIONS:
    -h, --help        Print help information
    -v, --validate    Validate the script only, don't execute it
    -y, --yes         Do not ask for confirmation before running the script

安装

您可以使用 cargo 简单地安装应用程序

cargo install glrun

依赖项

~12–20MB
~327K SLoC