hyper-active-tab

0.0.2 • Public • Published

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) :

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

demo pizza emoji

Configure symbol and color

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

demo yellow sun

Package Sidebar

Install

npm i hyper-active-tab

Weekly Downloads

76

Version

0.0.2

License

MIT

Unpacked Size

2.09 kB

Total Files

4

Last publish

Collaborators

  • lucleray