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

https://github.com/lucleray/hyper-active-tab

Add a symbol to the active tab in your hyper terminal
https://github.com/lucleray/hyper-active-tab

active hyper hyper-plugin tab

Last synced: 11 months ago
JSON representation

Add a symbol to the active tab in your hyper terminal

Awesome Lists containing this project

README

          

## hyper-active-tab

Add a symbol to the `▲ active tab` in your hyper terminal.

* Simple configuration in `.hyper.js`
* Compatible with any theme



demo


### Install

`hyper i hyper-active-tab`

### Configure symbol

Add a line to your hyper configuration (`~/.hyper.js`) :

```js
module.exports = {
config: {
// rest of the config
activeTab: '🍕'
}
// rest of the file
}
```



demo pizza emoji


### Configure symbol and color

```js
module.exports = {
config: {
// rest of the config
activeTab: {
symbol: '☀︎',
color: 'yellow'
}
}
// rest of the file
}
```



demo yellow sun