Skip to content

supercrabtree/hyperterm-dibdabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperterm-dibdabs

The little colored dot on the left of the tab is added for quick identification of commonly used tabs. The dot is always the same color for every tab title, so my dotfiles are always that same pink and my home folder always that same blue. Makes moving between projects that little bit quicker.

Powered by hashbow

Config

To override the color of your dibdab, add the file path and desired color (hex or rgb) to the override attribute of the plugin's configuration, located in the hyper.js file.

For example: Update the color of the Development directory to a lovely pale green.

module.exports = {
  config: {
    'hyperterm-dibdabs': {
      overrides: {
        '~/Development': '#c0ffee'
      }
    }
  }
}

About

Add dibdabs to your hyperterm tabs

Resources

License

Stars

Watchers

Forks

Packages

No packages published