Skip to content

sam-ayo/clonetray

Repository files navigation

CloneTray

A macOS menu bar application that automatically clones Git repositories and opens up in IDE

Installation

  1. Clone the repo

  2. Open Terminal and navigate to the extracted directory

  3. Make the launch script executable:

    chmod +x launchd.sh
  4. To start the application:

    ./launchd.sh start
  5. To stop the application:

    ./launchd.sh stop

Configuration

CloneTray can be configured via the config.yml file:

default_clone_base_dir: ~/Developer
ide_app_name: Cursor # Visual Studio Code

Modify these values according to your preferences before starting the application.

About

A macOS menu bar application to easily clone Git repositories and open up in your favourite IDE

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors