StartAutomating / Posh

PowerShell made Posh
https://posh.startautomating.com/
MIT License
59 stars 6 forks source link

Support for Module Mountability #321

Open StartAutomating opened 12 months ago

StartAutomating commented 12 months ago

PowerShell can create drives with any arbitrary root, and doing so can allow the files in the module to be more easily accessible.

This would have several distinct advantages to the shell experience.

  1. It vastly shortens paths, including in the prompt.
  2. It allows for easy access to related files, for example ${moduleName:ModuleName.psd1} would be the contents of the .psd1 file.
  3. It would allow for "globfuscated" access to the files within the module ${moduleName:*.ps1}

It showcases PowerShell feature sets.

So, Posh should support this scenario: