Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandon93s/hyper-powershell

Hyper terminal PowerShell support
https://github.com/brandon93s/hyper-powershell

hyper hyper-plugin hyperterm powershell

Last synced: 3 months ago
JSON representation

Hyper terminal PowerShell support

Awesome Lists containing this project

README

        

# hyper-powershell

[Hyper](https://hyper.is) plugin to configure PowerShell as your terminal and hide the copyright banner.

![Details](https://i.imgur.com/Z2LG37J.png)

## Install

1. Open Hyper's preferences with `Ctrl+,` or edit manually from `~/.hyper.js`

2. Add `hyper-powershell` to list of plugins:
```js
plugins: [
'hyper-powershell'
],
```
3. Reload Hyper with `Ctrl+Shift+F5`

## License

MIT © [Brandon Smith](https://github.com/brandon93s)