Skip to content

Releases: federicotdn/localmost

v0.1.0.2

23 Apr 21:24

Choose a tag to compare

  • Allow more commands to run with xargs, provided that the appropriate rules exist.
  • Allow @arg to 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

07 Apr 19:09

Choose a tag to compare

  • Fixed text format for localmost check not 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 xargs feature, allowing for some arguments to be passed directly to xargs itself (e.g. echo foo | xargs rgrep -v).

Full Changelog: v0.1.0.0...v0.1.0.1

v0.1.0.0

29 Mar 22:04

Choose a tag to compare