feat: Add GitDesktop to Open Folder With Context Menu
Brought to you by:
thebguy
Originally created by: ZorinFoss
Add GitDesktop to Open Folder With Context Menu
Add an option to the operating system's folder context menu (e.g., Windows File Explorer "Open Folder With" / context menu, macOS Finder Quick Actions/Services, Linux File Managers) to allow users to right-click any directory and open it directly as a workspace/repository in GitDesktop.
Currently, opening an existing local project in GitDesktop requires multiple steps:
File > Add Local Repository... (or Cmd/Ctrl + O)Adding a system context menu entry (similar to VS Code's "Open with Code") provides parity with popular developer tools and significantly streamlines the developer workflow when working directly in file explorers.
No response
Repositories
Originally posted by: theBGuy
I like this, I'll see what it would take to implement. If it's feasible I'll get it into the next release
Edit: After re-reading this I think you copied this from an issue on GitHub desktop as GitDesktop doesn't have step 2. You can just bring up the add local repo as a hotkey or from the command pallet. Still I think it's possible to do so I am looking in to it