Ps Bash Completions Versions Save

Bridge to enable bash completions to be run from within PowerShell.

v1.2.5

2 months ago

Fix #11 to handle correct mount point parsing if Docker is installed in Windows. (Thanks, @MatthewFallon!)

Full Changelog: https://github.com/tillig/ps-bash-completions/compare/v1.2.4...v1.2.5

v1.2.4

1 year ago

Fix #10: WSL2 mount points should now be properly detected.

v1.2.3

4 years ago
  • Fixed issue with space in the path to bash_completion.sh
  • Updated README to include MacOS info.

v1.2.2

4 years ago
  • Removed HelpInfoURI so it won't complain about inability to update help.
  • Fixed mount point regex for Windows Subsystem for Linux so it properly deals with trailing slash.

v1.2.1

4 years ago

Fixed issue where OutputType attribute causes error.

v1.2.0

4 years ago
  • Added support for PowerShell alias commands
  • Updated bash completion driver script

v1.0.0

5 years ago

Initial release.

v1.1.0

5 years ago

#2: Enabled support for other bashes like Windows Subsystem for Linux.