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.
- Host: GitHub
- URL: https://github.com/youpy/electron-input
- Owner: youpy
- Created: 2017-09-14T07:16:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:43:06.000Z (over 3 years ago)
- Last Synced: 2025-08-30T04:42:02.527Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-input

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)