GitXplorerGitXplorer
c

hyper-always-on-top

public
20 stars
4 forks
7 issues

Commits

List of commits on branch master.
Unverified
63c0b89b81fbefb3dfb88d5b852fd67b74a4daed

chore(release): 1.0.5

cchabou committed 5 years ago
Verified
be9588c12bbdd2bafbea76c7f13b665cbc6983be

chore(deps): bump js-yaml from 3.11.0 to 3.13.1 (#12)

cchabou committed 5 years ago
Verified
28e12b76213822d7a2b1412e46c48240404cc43d

chore(deps): bump js-yaml from 3.11.0 to 3.13.1

ddependabot[bot] committed 5 years ago
Verified
1fd4d21d45142dd56378292c813858658ce5eb96

chore(dep): bump lodash from 4.17.5 to 4.17.15 (#10)

cchabou committed 5 years ago
Verified
31ddfc1999cea721ca807c32cdd196ddb0b09865

chore(dep): bump lodash.template from 4.4.0 to 4.5.0 (#11)

cchabou committed 5 years ago
Verified
5f4e5ac623f804a0233e4bf7c12c5016ff7570d1

chore(dep): bump handlebars from 4.0.11 to 4.1.2 (#9)

cchabou committed 5 years ago

README

The README file for this repository.

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