跳转到内容
View in the app

A better way to browse. Learn more.

彼岸论坛

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
欢迎抵达彼岸 彼岸花开 此处谁在 -彼岸论坛

[分享创造] 一个项目脚本管理工具,类似于 package.json 中的 scripts。用 rust 实现的。

发表于

地址 px

但是我不太会用 github action ,所以现在 release 没有二进制。。。

希望有人能来个 pull requests 。。。

示例:

px.toml文件内容:

[values]
x = 12
y = "xx"
z = false

[cmds.echo]
matrix = [["a", "b", "c"], [1, 3]]
args = ["${x}", "${#.0}-${#.1}.${z}"]

[cmds.ls]
dir = "./src"

执行 px ls,输出为:

config.rs  exec.rs  main.rs  value.rs

执行px echo a1 b2 输出为:

12 a-1.false a1 b2
12 a-3.false a1 b2
12 b-1.false a1 b2
12 b-3.false a1 b2
12 c-1.false a1 b2
12 c-3.false a1 b2

Featured Replies

No posts to show

创建帐户或登录来提出意见

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.