All Projects → chabou → Hyper Always On Top

chabou / Hyper Always On Top

Licence: mit
Extension for Hyper.app to optionally keep window always on top

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hyper Always On Top

Hyper Pane
Extension for Hyper.app to enhance pane navigation.
Stars: ✭ 160 (+900%)
Mutual labels:  hyper, plugin
Hyper Match
HyperTerm extension which matches regular expressions with predefined commands
Stars: ✭ 15 (-6.25%)
Mutual labels:  hyper, plugin
Hyper Tabs Enhanced
Enhanced Tabs Plugin for Hyper
Stars: ✭ 173 (+981.25%)
Mutual labels:  hyper, plugin
Hyper Search
Search-text plugin for Hyper.js
Stars: ✭ 146 (+812.5%)
Mutual labels:  hyper, plugin
Hyper Statusline
Status Line Plugin for Hyper
Stars: ✭ 366 (+2187.5%)
Mutual labels:  hyper, plugin
Vm
💻☁📦 The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (+4375%)
Mutual labels:  hyper
Linktoselection
Allow your website visitors to deep-link to any selected page content
Stars: ✭ 5 (-68.75%)
Mutual labels:  plugin
Input Overlay
Show keyboard, gamepad and mouse input on stream
Stars: ✭ 684 (+4175%)
Mutual labels:  plugin
Tandem
Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Stars: ✭ 678 (+4137.5%)
Mutual labels:  plugin
Idaskins
Advanced skinning plugin for IDA Pro
Stars: ✭ 832 (+5100%)
Mutual labels:  plugin
Antilaby
AntiLaby plug-in for Bukkit
Stars: ✭ 6 (-62.5%)
Mutual labels:  plugin
Jquery.print
Easy to use, Element Printing Plugin for jQuery
Stars: ✭ 772 (+4725%)
Mutual labels:  plugin
Gulp Htmlmin
Minify HTML
Stars: ✭ 720 (+4400%)
Mutual labels:  plugin
Roundcube Removeattachments
Roundcube plugin to add an option to remove attachments from a message.
Stars: ✭ 5 (-68.75%)
Mutual labels:  plugin
Wal2json
JSON output plugin for changeset extraction
Stars: ✭ 705 (+4306.25%)
Mutual labels:  plugin
Showdown Htmlescape
Plugin for Showdown to prevent the use of arbitrary HTML and allow only the specific Markdown syntax.
Stars: ✭ 6 (-62.5%)
Mutual labels:  plugin
Vue Progressive Image
Vue progressive image loading plugin
Stars: ✭ 684 (+4175%)
Mutual labels:  plugin
Markdown Preview.vim
⚠️ PLEASE USE https://github.com/iamcco/markdown-preview.nvim INSTEAD
Stars: ✭ 764 (+4675%)
Mutual labels:  plugin
Themeskinning
A library can easy to change your app's theme for android
Stars: ✭ 827 (+5068.75%)
Mutual labels:  plugin
Vue I18n
🌐 Internationalization plugin for Vue.js
Stars: ✭ 6,502 (+40537.5%)
Mutual labels:  plugin

hyper-always-on-top

CI Status NPM version Downloads Conventional Commits

Extension for Hyper.app to add a menu item to keep application windows always on top.

Screenshot

Install

Using hpm

hpm install hyper-always-on-top

Manually

To install, edit ~/.hyper.js and add "hyper-always-on-top" to plugins:

plugins: [
  "hyper-always-on-top",
],

Configuration

Default configuration:

module.exports = {
  config: {
    // other configs...
    alwaysOnTop: {
      debug: false,
      default: true // enabled on application start
    }
  }
  //...
};

Credits

Originally developed by @henrikdahl as a pull request

Licence

MIT

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].