Multi App Launcher
This is a small electron application that allows multiple applications to be launched simultaneously.
Simple open the app, then choose as many programs as you would like.
Increase the slider to get access to more program boxes.
You can either find the program or shortcut manually by clicking the gear icon,
or search for it with the search dropdown, and find the program on the list.
Once All your programs are selected,
Simply click the 'Start All Programs' button to launch them all.
Once you have all the programs you like, simple save your profile.
You can have as many profiles as you like.
The dark and light theme are dependant on the Operating System theme.
Each application is opened via Electron.Shell.openItem
,
Which should provide a platform agnostic way of launching each application.
Profiles are saved in %APPDATA%/<Your App>
.
Search looks in the default program list for the OS.
For Windows: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
For others: /usr/share/applications
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.