Status Line Plugin for Hyper. Updated fork of @henrikdahl's version.
npm install @j-f/hyper-statusline> This is a fork of @henrikdahl’s hyper-statusline package.
Due to a bug in Hyper (#3288), you can’t install this via hyper i.
Until the bug is fixed, you can clone this repo to ~/.hyper_plugins/local/hyper-statusline and put hyper-statusline in your localPlugins.
---
> Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.
Add following to your ~/.hyper.js config.
``javascript`
module.exports = {
...
plugins: ['hyper-statusline']
...
}
Add following to ~/.hyper.js
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
dirtyColor: 'salmon',
}
...
}
}
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
aheadColor: 'ivory',
}
...
}
}
Default value is set to true
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
footerTransparent: false,
}
...
}
}
This is disabled by default so clicking the current directory link will open your file manager.
Set editor to your preferred editor to open an editor instead.
Currently supported editors are VS Code ('vscode') and Atom ('atom')
`js``
module.exports = {
config: {
hyperStatusLine: {
editor: 'vscode',
},
},
}
MIT © Henrik