Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-16 | add Process.proc | Alexander Foremny | |
Adds type-trickery akin to `Text.printf` to provide - (1) an abstraction over `fromString (printf ".." ..)` for `ProcessConfig`s, - (2) have arguments be quoted automatically. As string is the only argument type that Shell knows, the formatting character is simply "%". | |||
2023-10-13 | extract quote to Process and fix quoting quotes | Fabian Kirchner | |
2023-10-13 | refactor: extract sh and sh_ into Process | Fabian Kirchner | |