Skip to content

v1.2.0 (2023-05-19)

Compare
Choose a tag to compare
@mtkennerly mtkennerly released this 19 May 08:24
· 35 commits to master since this release
e532109
  • Fixed: When both --cwd and --path were specified, they would both try to update the command's PATH environment variable, but the changes from --cwd would override the changes from --path.
  • Changed: When using --cwd and --path, Shawl now simplifies local UNC paths. For example, \\?\C:\tmp becomes C:\tmp. Some programs, notably Command Prompt, don't like UNC paths, so this is intended to broaden compatibility.
  • Changed: The CLI output now uses a prettier format, including color.