summaryrefslogtreecommitdiff
path: root/src/Script/Shell.hs
AgeCommit message (Expand)Author
9 daysAccept asset path for variable expansion in shell argumentsRoman Smrž
10 daysRefactor shell expansion conversions using template functionRoman Smrž
11 daysExpression expansion for shell argumentsRoman Smrž
13 daysAdd newtype for ShellArgumentsRoman Smrž
2026-08-22Shell: implement ‘!’ operatorRoman Smrž
2026-08-22Shell: track exit code of the last commandRoman Smrž
2026-08-22Shell: allow to toggle "exit on error"Roman Smrž
2026-08-22Shell: implement cd commandRoman Smrž
2026-08-22Shell: implement pwd commandRoman Smrž
2026-08-22Shell: track shell state with working directoryRoman Smrž
2026-04-04Add pid member to the Process typeRoman Smrž
2026-01-09Improve displayed values for process, network and node typesRoman Smrž
2025-10-05Redirection in shell scriptsRoman Smrž
2025-10-02Shell: use posix waitpid wrapper to distinguish more statesRoman Smrž
2025-10-02Shell: remove special handling of echoRoman Smrž
2025-10-02Shell: custom data type for command argumentsRoman Smrž
2025-09-28Additional instances of ExprType used by parsed commandsRoman Smrž
2025-09-01Add "ignore" commandRoman Smrž
2025-08-25Shell pipesRoman Smrž
2025-08-05Close handles created for spawned processesRoman Smrž
2025-06-21Use current timeout value when waiting for process terminationRoman Smrž
2025-06-01Execute shell commands in appropriate network namespaceRoman Smrž
2025-05-31Print source line of shell command failureRoman Smrž
2025-05-29Fix waiting on failed shell commandRoman Smrž
2025-04-18Shell interpreter for test scriptRoman Smrž