An open API service indexing awesome lists of open source software.

https://github.com/chabou/hyper-always-on-top

Extension for Hyper.app to optionally keep window always on top
https://github.com/chabou/hyper-always-on-top

hyper plugin

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# hyper-always-on-top

[![CI Status](https://circleci.com/gh/chabou/hyper-always-on-top.svg?style=shield)](https://circleci.com/gh/chabou/hyper-always-on-top)
[![NPM version](https://badge.fury.io/js/hyper-always-on-top.svg)](https://www.npmjs.com/package/hyper-always-on-top)
![Downloads](https://img.shields.io/npm/dm/hyper-always-on-top.svg?style=flat)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

Extension for [Hyper.app](https://hyper.is) to add a menu item to keep application windows always on top.

![Screenshot](https://cloud.githubusercontent.com/assets/4137761/23342934/6658c074-fc63-11e6-8894-71d4aa47dc3d.png)

## Install

### Using [hpm](https://github.com/zeit/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:

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

## Credits

Originally developed by [@henrikdahl](https://github.com/henrikdahl) as a [pull request](https://github.com/zeit/hyper/pull/1560)

## Licence

[MIT](LICENSE.md)