An open API service indexing awesome lists of open source software.

https://github.com/zeroby0/open-terminal-here

Open Windows Terminal with Right Click.
https://github.com/zeroby0/open-terminal-here

Last synced: 8 months ago
JSON representation

Open Windows Terminal with Right Click.

Awesome Lists containing this project

README

          

# Open Terminal here

[Terminal Icon][terminal-app]

Open Windows Terminal in current folder with Right-Click.

Works with the [new Windows Terminal][terminal-app] by Microsoft which is [significantly better][terminal-better] than CMD and Powershell.

## Installation

[Download add.ps1][add-ps1] > Right-Click add.ps1 > `Run with PowerShell`.

## Credits:
* Icon: [By Microsoft][terminal-icon]
* Registry keys: Adapted from [this comment][registry-keys-comment]
* Adding Registry keys with PowerShell: [This StackOverflow answer][powershell-regkeys]

[terminal-app]: https://www.microsoft.com/en-in/p/windows-terminal/9n0dx20hk701?rtc=1&activetab=pivot:overviewtab
[terminal-better]: https://devblogs.microsoft.com/commandline/introducing-windows-terminal/
[add-ps1]: https://github.com/zeroby0/open-terminal-here/releases/download/v1.0.1/add.ps1
[terminal-icon]: https://github.com/microsoft/terminal/blob/master/res/terminal.ico
[registry-keys-comment]: https://github.com/microsoft/terminal/issues/1060#issuecomment-497539461
[powershell-regkeys]: https://stackoverflow.com/questions/58205772/powershell-to-add-reg-key