shellforge 0.0.43
shellforge: ^0.0.43 copied to clipboard
A workflow CLI to create, manage, and run reusable command sequences across Bash, Zsh, PowerShell, and CMD.
0.0.43 #
- Versioning call fixed.
0.0.42 #
- Fixes to pathing causing unexpected behavior
0.0.41 #
- Initial Dart port of ShellForge
- Interactive command builder with typed parameters
- Parameter syntax:
{name}(required),?{name}(nullable),{name=>default}(optional) - Flag-style parameters with auto
=insertion ({--org=>com.example}) - Positional argument mapping for
forge run - Cross-shell support: Bash, Zsh, PowerShell, CMD
- Config stored in
~/.shellforge/