Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandon93s/hyper-powershell
- Owner: brandon93s
- License: mit
- Created: 2018-02-18T18:31:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T18:32:49.000Z (almost 7 years ago)
- Last Synced: 2024-09-29T04:21:55.764Z (3 months ago)
- Topics: hyper, hyper-plugin, hyperterm, powershell
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hyper-powershell
- Size: 1000 Bytes
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)