A macOS menu bar application that automatically clones Git repositories and opens up in IDE
-
Clone the repo
-
Open Terminal and navigate to the extracted directory
-
Make the launch script executable:
chmod +x launchd.sh
-
To start the application:
./launchd.sh start
-
To stop the application:
./launchd.sh stop
CloneTray can be configured via the config.yml file:
default_clone_base_dir: ~/Developer
ide_app_name: Cursor # Visual Studio CodeModify these values according to your preferences before starting the application.