Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrikruscon/hyper-tabs-enhanced
Enhanced Tabs Plugin for Hyper
https://github.com/henrikruscon/hyper-tabs-enhanced
enhanced hyper hyperterm icons plugin tab tabs theme
Last synced: 22 days ago
JSON representation
Enhanced Tabs Plugin for Hyper
- Host: GitHub
- URL: https://github.com/henrikruscon/hyper-tabs-enhanced
- Owner: henrikruscon
- License: mit
- Created: 2017-01-02T17:30:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T20:35:55.000Z (about 6 years ago)
- Last Synced: 2024-04-10T11:14:31.844Z (7 months ago)
- Topics: enhanced, hyper, hyperterm, icons, plugin, tab, tabs, theme
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 191
- Watchers: 5
- Forks: 21
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# hyper-tabs-enhanced [![hyper](https://img.shields.io/badge/Hyper-v1.3.0-green.svg)](https://github.com/zeit/hyper/releases/tag/1.3.0) [![npm](https://img.shields.io/npm/v/hyper-tabs-enhanced.svg?maxAge=86400?style=flat-square)](https://www.npmjs.com/package/hyper-tabs-enhanced) [![npm](https://img.shields.io/npm/dt/hyper-tabs-enhanced.svg?maxAge=86400?style=flat-square)](https://www.npmjs.com/package/hyper-tabs-enhanced)
> Enhanced Tabs Plugin for [Hyper](https://hyper.is). Matches any theme.
![hyper-tabs-enhanced](https://cloud.githubusercontent.com/assets/1430576/22143133/35d9a170-def9-11e6-8d0f-047fb1c64e97.png)
## Install
Add following to your `~/.hyper.js` config.
```javascript
module.exports = {
...
plugins: ['hyper-tabs-enhanced']
...
}
```## Config
Add following to `~/.hyper.js`
![hyper-tabs-enhanced-traffic](https://cloud.githubusercontent.com/assets/1430576/22143132/3578212a-def9-11e6-9e97-6d635bb89db8.png)
### Enable Traffic Buttons
Default value is `false````javascript
module.exports = {
config: {
...
hyperTabs: {
trafficButtons: true,
}
...
}
}
```![hyper-tabs-enhanced-border](https://cloud.githubusercontent.com/assets/1430576/22143129/3508e06c-def9-11e6-973d-065a8e9b35f8.png)
### Enable Border
Default value is `false````javascript
module.exports = {
config: {
...
hyperTabs: {
border: true,
}
...
}
}
```![hyper-tabs-enhanced-icons](https://cloud.githubusercontent.com/assets/1430576/22143130/3511b6e2-def9-11e6-90cc-b68425f71557.png)
### Disable Tab Icons
Default value is `true````javascript
module.exports = {
config: {
...
hyperTabs: {
tabIcons: false,
}
...
}
}
```![hyper-tabs-enhanced-colored](https://cloud.githubusercontent.com/assets/1430576/22143128/35056cac-def9-11e6-8385-4fb572c5b08b.png)
### Enable Colored Tab Icons
Default value is `false````javascript
module.exports = {
config: {
...
hyperTabs: {
tabIconsColored: true,
}
...
}
}
```![hyper-tabs-enhanced-activity](https://cloud.githubusercontent.com/assets/1430576/22143131/353d4f5a-def9-11e6-8b7b-6aa262b2c53b.png)
### Change Activity Color
Expected value is `CSS color````javascript
module.exports = {
config: {
...
hyperTabs: {
activityColor: 'salmon',
}
...
}
}
```![hyper-tabs-enhanced-align](https://user-images.githubusercontent.com/1430576/28241471-6679a506-6995-11e7-925d-e80c3f8178fe.png)
### Align Close Button Right
Default value is `'left'````javascript
module.exports = {
config: {
...
hyperTabs: {
closeAlign: 'right',
}
...
}
}
```### Disable Activity Pulse
Default value is `true````javascript
module.exports = {
config: {
...
hyperTabs: {
activityPulse: false,
}
...
}
}
```# Theme
* [hyper-chesterish](https://github.com/henrikdahl/hyper-chesterish)## License
MIT © Henrik