https://github.com/henrikruscon/hyper-statusline
Status Line Plugin for Hyper
https://github.com/henrikruscon/hyper-statusline
cwd git hyper hyperterm plugin statusline theme
Last synced: 3 months ago
JSON representation
Status Line Plugin for Hyper
- Host: GitHub
- URL: https://github.com/henrikruscon/hyper-statusline
- Owner: henrikruscon
- License: mit
- Archived: true
- Created: 2016-12-08T12:19:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T16:47:34.000Z (about 2 years ago)
- Last Synced: 2024-10-29T13:16:58.796Z (7 months ago)
- Topics: cwd, git, hyper, hyperterm, plugin, statusline, theme
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 390
- Watchers: 9
- Forks: 79
- Open Issues: 31
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# hyper-statusline [](https://github.com/zeit/hyper/releases/tag/1.3.3) [](https://www.npmjs.com/package/hyper-statusline) [](https://www.npmjs.com/package/hyper-statusline)
> Status Line Plugin for [Hyper](https://hyper.is). Shows clickable & useful information. Matches any theme.

## Install
Add following to your `~/.hyper.js` config.
```javascript
module.exports = {
...
plugins: ['hyper-statusline']
...
}
```## Config
Add following to `~/.hyper.js`
### Change Git Dirty Color
Expected value is `CSS color````javascript
module.exports = {
config: {
...
hyperStatusLine: {
dirtyColor: 'salmon',
}
...
}
}
```### Change Git Ahead Color
Expected value is `CSS color````javascript
module.exports = {
config: {
...
hyperStatusLine: {
aheadColor: 'ivory',
}
...
}
}
```### Disable Footer Transparency
Default value is set to `true````javascript
module.exports = {
config: {
...
hyperStatusLine: {
footerTransparent: false,
}
...
}
}
```## Theme
* [hyper-chesterish](https://github.com/henrikdahl/hyper-chesterish)
## License
MIT © Henrik