All Projects → sindresorhus → Run Electron

sindresorhus / Run Electron

Licence: mit
Run Electron without all the junk terminal output

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Run Electron

Github Spray
Draw on your GitHub contribution graph ░▒▓█
Stars: ✭ 908 (+385.56%)
Mutual labels:  cli-app, npm-package
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-51.87%)
Mutual labels:  cli-app, npm-package
Slugify Cli
Slugify a string
Stars: ✭ 49 (-73.8%)
Mutual labels:  cli-app, npm-package
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (+239.04%)
Mutual labels:  cli-app, terminal
Replace In Files Cli
Replace matching strings and regexes in files
Stars: ✭ 129 (-31.02%)
Mutual labels:  cli-app, npm-package
Np
A better `npm publish`
Stars: ✭ 6,401 (+3322.99%)
Mutual labels:  cli-app, npm-package
Delay Cli
Delay execution for a given amount of seconds
Stars: ✭ 74 (-60.43%)
Mutual labels:  cli-app, npm-package
Terminal Link
Create clickable links in the terminal
Stars: ✭ 361 (+93.05%)
Mutual labels:  terminal, npm-package
Doge Seed Cli
Generate dank mnemonic seed phrases in the terminal
Stars: ✭ 118 (-36.9%)
Mutual labels:  cli-app, npm-package
Chalk Animation
🎬 Colorful animations in terminal output
Stars: ✭ 1,489 (+696.26%)
Mutual labels:  terminal, npm-package
Capture Website Cli
Capture screenshots of websites from the command-line
Stars: ✭ 545 (+191.44%)
Mutual labels:  cli-app, npm-package
Cash Cli
💰💰 Convert currency rates directly from your terminal!
Stars: ✭ 168 (-10.16%)
Mutual labels:  terminal, npm-package
Figures
Unicode symbols with Windows CMD fallbacks
Stars: ✭ 438 (+134.22%)
Mutual labels:  terminal, npm-package
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-90.91%)
Mutual labels:  cli-app, terminal
Sindresorhus Cli
The Sindre Sorhus CLI
Stars: ✭ 436 (+133.16%)
Mutual labels:  cli-app, npm-package
Term Img Cli
Display images in iTerm
Stars: ✭ 70 (-62.57%)
Mutual labels:  cli-app, npm-package
Speed Test
Test your internet connection speed and ping using speedtest.net from the CLI
Stars: ✭ 3,654 (+1854.01%)
Mutual labels:  cli-app, npm-package
Conduct
🖖 Generate a Code of Conduct for your project
Stars: ✭ 360 (+92.51%)
Mutual labels:  cli-app, npm-package
Wait For Localhost Cli
Wait for localhost to be ready from the command-line
Stars: ✭ 101 (-45.99%)
Mutual labels:  cli-app, npm-package
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (-27.81%)
Mutual labels:  cli-app, npm-package

run-electron

Run Electron without all the junk terminal output

Electron spews out a lot of junk terminal output when you run it. No more!

I have tried to get the Electron team to fix this, but they are not responding to my issue, nor any others: electron/electron#12185, electron/electron#13008, electron/electron#13502.

Before
$ electron .
2018-08-10 22:52:14.068 Electron[90710:4891777] *** WARNING: Textured window <AtomNSWindow: 0x7fd508e75020> is getting an implicitly transparent titlebar. This will break when linking against newer SDKs. Use NSWindow's -titlebarAppearsTransparent=YES instead.
2018-08-10 22:52:37.919 Electron Helper[90714:4892173] Couldn't set selectedTextBackgroundColor from default ()
[90789:0810/225757.360355:ERROR:CONSOLE(0)] "Failed to load https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-devtools://devtools' is therefore not allowed access. The response had HTTP status code 404.", source: chrome-devtools://devtools/bundled/inspector.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/&can_dock=true&toolbarColor=rgba(223,223,223,1)&textColor=rgba(0,0,0,1)&experiments=true (0)
[90789:0810/225757.360445:ERROR:CONSOLE(22)] "Empty response arrived for script 'https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js'", source: chrome-devtools://devtools/bundled/inspector.js (22)
[90789:0810/225757.361236:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[90789:0810/225757.361293:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
App logging
[90789:0810/225802.898597:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[90789:0810/225803.872738:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[90789:0810/225803.898240:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[90789:0810/225803.898297:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
...
After
$ run-electron .
App logging

Install

$ npm install run-electron electron

Note: Electron is not bundled in this package.

Usage

Just use it like it's electron.

$ run-electron --help

Related

License

MIT © Sindre Sorhus

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