Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.1 KB

README.md

File metadata and controls

73 lines (46 loc) · 1.1 KB

TraceGit

Introduction

This is a TUI application that shows all your local git repositories in one place

Demo

Installation

  1. set system type
systype=$(uname -m)
  1. install the package

For Mac users

curl -L https://github.com/Cwjiee/tracegit/releases/latest/download/tracegit_Darwin_"$systype".tar.gz > tracegit.tar.gz

For Linux/Wsl users

curl -L https://github.com/Cwjiee/tracegit/releases/latest/download/tracegit_Linux_"$systype".tar.gz > tracegit.tar.gz
  1. extract the tar file
tar -xzf tracegit.tar.gz
  1. move file to binaries
sudo mv tracegit /usr/local/bin

Usage

  1. execute the command
tracegit
  1. when you first use tracegit, it will prompt you to enter your code directory (path where you store your repos)

/home/<username>/<your code directory>

Example

# Linux/Wsl
/home/weijie/code

# Mac
/Users/weijie/code
  1. input your path to the prompt

  2. use tracegit anywhere in your terminal!

tracegit