Skip to content

a TUI application for my local git repositories

Notifications You must be signed in to change notification settings

Cwjiee/tracegit

Repository files navigation

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

About

a TUI application for my local git repositories

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published