All Projects → henrikdahl → Hyper Tabs Enhanced

henrikdahl / Hyper Tabs Enhanced

Licence: mit
Enhanced Tabs Plugin for Hyper

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hyper Tabs Enhanced

Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (-62.43%)
Mutual labels:  plugin, tabs, tab
Hyper Match
HyperTerm extension which matches regular expressions with predefined commands
Stars: ✭ 15 (-91.33%)
Mutual labels:  hyper, plugin
Hyper Always On Top
Extension for Hyper.app to optionally keep window always on top
Stars: ✭ 16 (-90.75%)
Mutual labels:  hyper, plugin
Vuex Multi Tab State
💾🔗🖥️ Share, synchronize and persist state between multiple tabs with this plugin for Vuex. TypeScript types included.
Stars: ✭ 77 (-55.49%)
Mutual labels:  plugin, tabs
Webpack Pwa Manifest
Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
Stars: ✭ 447 (+158.38%)
Mutual labels:  plugin, icons
Ngx Ui
🚀 Style and Component Library for Angular
Stars: ✭ 534 (+208.67%)
Mutual labels:  icons, tabs
Craft3 Iconpicker
Craft plugin that provides a new field type that offers end users an easy way to pick an icon from a .woff or .ttf font file. You can easily use ionicons or font awesome icons or any other compatible font file.
Stars: ✭ 15 (-91.33%)
Mutual labels:  plugin, icons
react-native-paper-tabs
Smooth and fast cross platform Material Design Tabs for React Native Paper
Stars: ✭ 112 (-35.26%)
Mutual labels:  icons, tabs
Sketch Dockpreview
A Sketch plugin that lets you preview your current artboard in the Dock.
Stars: ✭ 90 (-47.98%)
Mutual labels:  plugin, icons
Fliptabs
Android Flip Tabs Library
Stars: ✭ 135 (-21.97%)
Mutual labels:  tabs, tab
Hyper Search
Search-text plugin for Hyper.js
Stars: ✭ 146 (-15.61%)
Mutual labels:  hyper, plugin
Hyper Statusline
Status Line Plugin for Hyper
Stars: ✭ 366 (+111.56%)
Mutual labels:  hyper, plugin
Keepass Yet Another Favicon Downloader
Yet Another Favicon Downloader for KeePass 2.x
Stars: ✭ 354 (+104.62%)
Mutual labels:  plugin, icons
React Native Make
A collection of everyday React Native CLI tools
Stars: ✭ 606 (+250.29%)
Mutual labels:  plugin, icons
Electron Tabs
Simple tabs for Electron applications
Stars: ✭ 350 (+102.31%)
Mutual labels:  tabs, tab
Hyper Pane
Extension for Hyper.app to enhance pane navigation.
Stars: ✭ 160 (-7.51%)
Mutual labels:  hyper, plugin
PagerSlidingTabStrip
An interactive indicator to navigate between the different pages of a ViewPager
Stars: ✭ 2,194 (+1168.21%)
Mutual labels:  tabs, tab
alfred-tabs
🔍 Find Chrome/Safari tabs you want easily
Stars: ✭ 13 (-92.49%)
Mutual labels:  tabs, tab
A File Icon Idea
Atom File Icons plugin for IntelliJ IDEA products
Stars: ✭ 90 (-47.98%)
Mutual labels:  plugin, icons
Terminal Icons
Beautiful icons for your favourite terminal apps like Hyper and iTerm2
Stars: ✭ 149 (-13.87%)
Mutual labels:  hyper, icons

hyper-tabs-enhanced hyper npm npm

Enhanced Tabs Plugin for Hyper. Matches any theme.

hyper-tabs-enhanced

Install

Add following to your ~/.hyper.js config.

module.exports = {
  ...
  plugins: ['hyper-tabs-enhanced']
  ...
}

Config

Add following to ~/.hyper.js

hyper-tabs-enhanced-traffic

Enable Traffic Buttons

Default value is false

module.exports = {
  config: {
    ...
      hyperTabs: {
        trafficButtons: true,
      }
    ...
  }
}

hyper-tabs-enhanced-border

Enable Border

Default value is false

module.exports = {
  config: {
    ...
      hyperTabs: {
        border: true,
      }
    ...
  }
}

hyper-tabs-enhanced-icons

Disable Tab Icons

Default value is true

module.exports = {
  config: {
    ...
      hyperTabs: {
        tabIcons: false,
      }
    ...
  }
}

hyper-tabs-enhanced-colored

Enable Colored Tab Icons

Default value is false

module.exports = {
  config: {
    ...
      hyperTabs: {
        tabIconsColored: true,
      }
    ...
  }
}

hyper-tabs-enhanced-activity

Change Activity Color

Expected value is CSS color

module.exports = {
  config: {
    ...
      hyperTabs: {
        activityColor: 'salmon',
      }
    ...
  }
}

hyper-tabs-enhanced-align

Align Close Button Right

Default value is 'left'

module.exports = {
  config: {
    ...
      hyperTabs: {
        closeAlign: 'right',
      }
    ...
  }
}

Disable Activity Pulse

Default value is true

module.exports = {
  config: {
    ...
      hyperTabs: {
        activityPulse: false,
      }
    ...
  }
}

Theme

License

MIT © Henrik

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].