Skip to content

zzztttkkk/px

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

px

manage all your project's shell commands in one file.

example

the px.toml content is

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

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

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

exec px ls will get output:

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

exec px echo a1 b2 will get output:

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

About

manage your project scripts .

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages