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

https://github.com/youpy/electron-input

An electron application with GUI controls for use with the command line application.
https://github.com/youpy/electron-input

Last synced: 10 months ago
JSON representation

An electron application with GUI controls for use with the command line application.

Awesome Lists containing this project

README

          

# electron-input

![screenshot](https://i.imgur.com/sLNtERB.png)

An electron application with GUI controls for use with the command line application.

It is inspired by [cocoaDialog](http://mstratman.github.io/cocoadialog/).

## Install

```
$ npm i -g electron electron-input
```

## Usage

```
$ electron-input -h

Usage: electron-input [options]

Options:

-t, --title specify window title
-h, --help output usage information
```

## Supported input types

- [x] [range](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range)
- [x] [color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color)