Skip to content

lucleray/hyper-active-tab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published