/electron-folder-opener

An Electron based tool to open local folders by clicking links on a web page

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Electron Folder Opener

Greenkeeper badge Codacy Badge

What is this ?

This simple application built with Electron offers the possibility to open local folders of your file system at a specified path by just one click on a web page.

How do I use it ?

You will need NodeJS in order to execute this program

Clone this repo, access the electron-folder-opener directory, and run

npm install

and

npm start

Then you can insert in your web pages links that will trigger the program :

<a class="protocol" href="folderopener://open?path=your\folder\path">Open this!</a>

Your file explorer should open at the specified path on click.

If the program is not running by the time the link is clicked, the program will start and display a notification saying that it is ready to open folders. At the moment it is not possible to open the folder when the app is just launched.

Contributing

I would be very happy to hear feedback about it! So feel free to tell me what you think or suggest changes. And don't hesitate to tell if it works (or not) for you.

License

CC0 1.0 (Public Domain)