Jos Koelewijn
Jos Koelewijn
Dear maintainers of explainshell.com. Thanks for your great site! Your work has inspired me to build something similar but for PowerShell. It's open source as well, and you can find...
Dear maintainers of showthedocs.com, thanks for your great tool! You have inspired me to create something similar, but for PowerShell. You can find it here https://www.explainpowershell.com and here https://github.com/Jawz84/explainpowershell. I...
> Edit: This issue started out as "`winget uninstall microsoft.winget.source_8wekyb3d8bbwe` should uninstall winget.exe and let user reinstall from store". And along the way, it was learned that the problem was...
The goal of this pull request is to add out-of-the-box completer functionality to Spectre.Console, as suggested in #267. The approach will be to mimic what a tool like `dotnet complete`...
### Summary of the new feature / enhancement As a user/administrator I want to only keep the latest version of any module, so I don't accumulate many outdated versions on...
### System Details - posh-git version/path: 1.1.0 ~\Documents\PowerShell\Modules\posh-git\1.1.0 - PowerShell version: 7.2.7 - Git version: 2.38.1.windows.1 - Operating system name and version: Microsoft Windows NT 10.0.19045.0 ### Issue Description I...
You can automatically request support for a module via this issue. Comment with ONLY the name of the module you would like to see added, and [this GitHub Action](https://github.com/Jawz84/explainpowershell/actions/workflows/add_module_help.yml) will...
naked domain explainpowershell.com should also work / explainpowershell.com does not support https
When I navigate to explainpowershell.com, it should also just work.
The top bar is crowded on mobile. I don't like how 'in your face' the 'buy me a coffee' text is on mobile.
Improve speed of helpwriter in the pipeline by eliminating the need for Azure PowerShell (which takes forever to load / login to from azure/login@v1) Use Az cli instead in https://github.com/Jawz84/explainpowershell/blob/09f902583fc4df8ec655d006464ce01b6c861fdb/explainpowershell.helpcollector/helpwriter.ps1...