Releases: federicotdn/localmost
Releases · federicotdn/localmost
v0.1.0.2
- Allow more commands to run with
xargs, provided that the appropriate rules exist. - Allow
@argto match with non-literal expressions that are guaranteed to expand to a single argument (e.g."$var").
Full Changelog: v0.1.0.1...v0.1.0.2
v0.1.0.1
- Fixed
textformat forlocalmost checknot reading all stdin lines. - Fixed crash when running bash commands with zero internal subcommands (e.g.
(( 1 + 1))). - Tweaked contents of initial configuration file created by
localmost init. - Improved safe
xargsfeature, allowing for some arguments to be passed directly toxargsitself (e.g.echo foo | xargs rgrep -v).
Full Changelog: v0.1.0.0...v0.1.0.1
v0.1.0.0
Initial release.
Full Changelog: https://github.com/federicotdn/localmost/commits/v0.1.0.0