Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryshouses/multishortcutopener
Quality of life tool for opening multiple programs / windows search to open multiple programs
https://github.com/henryshouses/multishortcutopener
Last synced: 15 days ago
JSON representation
Quality of life tool for opening multiple programs / windows search to open multiple programs
- Host: GitHub
- URL: https://github.com/henryshouses/multishortcutopener
- Owner: HenrysHouses
- Created: 2022-10-14T22:14:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T01:13:57.000Z (about 2 years ago)
- Last Synced: 2024-11-10T15:55:06.098Z (about 2 months ago)
- Language: Batchfile
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
Multi Shortcuts:
1. Add all desired shortcuts to the same folder that contains "OpenShortcuts.bat".
2. Copy the shortcut names into shortcuts.txt (one shortcut per line).
3. Create a shortcut of "OpenShortcuts.bat" and move it to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\".
4. Customize! I recomend renaming the shortcut in the start menu to something like "aShaderURPWorkspace". This way autocompletion will easily find what you want and rarely confuse it with other aplications as in this case "Unity Hub" or other unity shortcuts that may exist. Changing icons for the shortcuts also make it easier to differentiate your multi shortcuts from each other if you create a lot of them.
5. PROFIT.
6. If you rather want to only copy in the shortcut path directly into the .txt file. remove ".lnk" and the "~" symbol from the code in OpenShortcuts.bat. this would let you run the other .bat files directly instead of using shortcuts to them.Handy shortcuts i use:
Unity Project Shortcut: (Open a project via a shortcut)
1. create a shortcut for the unity version the project should be opened in.
2. Open the shortcut's properties.
3. In target add -projectPath. then followed by "[insert your project path]" (quatations are needed)Visual Studio Code Project/ Github Desktop Repository Shortcuts:
1. create a copy of "OpenVsCode.bat" or "OpenGithub.bat".
2. Edit the file and change the path to your vscode project/repository path
3. Create a shortcut to the .bat file.