Skip to content

EDoP-g is an Electron.js application designed to facilitate quick access to Microsoft Edge Workspaces. With EDoP-g, users can effortlessly create desktop shortcuts for their workspaces using a simple and intuitive interface. The application generates .bat files, enabling easy URL access with just a double-click.

License

Notifications You must be signed in to change notification settings

gitmuhammedalbayrak/EDoP-g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDoP-g - Edge Workspace Shortcut Creator

EDoP-g Logo

EDoP-g is a simple Electron.js application that allows Microsoft Edge Workspaces users to create shortcuts for their workspaces on the desktop. Normally, Edge Workspaces do not have a direct way to create shortcuts, but with EDoP-g, you can easily create shortcuts to your workspaces on the desktop.

Features

  • Create shortcuts for your Microsoft Edge Workspaces.
  • Simple and user-friendly interface.

Usage

  1. Clone or download this repository to your local machine.
  2. Open a terminal or command prompt in the project directory.
  3. Run the following command to build the application:
build.bat
  1. After the build process is complete, you will find the executable file for the application in the "builds" directory.

  2. Run the executable file, and a window will appear asking for a file name (e.g., myWorkspace) and the URL of the workspace (e.g., https://www.edge.myworkspace).

  3. Click the "Create" button, and a shortcut with the given file name (e.g., myWorkspace) will be created on your desktop. Clicking the shortcut will open Microsoft Edge with the specified URL.

How It Works

EDoP-g is developed using Electron.js. The main functionality is achieved through the use of IPC (Inter-Process Communication) between the main process and the renderer process. When you enter the file name and URL in the provided fields and click "Create," the data is sent to the main process via IPC. The main process then writes a batch script with the specified URL and saves it with the given file name as a .bat file on your desktop.

Using the .bat File

The .bat file created on your desktop serves as a shortcut to your workspace. When you double-click the .bat file, it automatically opens Microsoft Edge with the specified URL, providing you quick access to your workspace.

Build Process

To automate the build process and avoid the need for lengthy commands, a build.bat file has been provided. Simply run the following command in the project folder:

build.bat

The script will automatically install the required dependencies and build the application for you.

Credits

EDoP-g is created by Muhammed Şamil Albayrak. Feel free to use and modify the application as per your needs.

License

MIT License

About

EDoP-g is an Electron.js application designed to facilitate quick access to Microsoft Edge Workspaces. With EDoP-g, users can effortlessly create desktop shortcuts for their workspaces using a simple and intuitive interface. The application generates .bat files, enabling easy URL access with just a double-click.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published