Skip to content

dkomeza/tiny-git-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

326 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Git Helper (tgh)

Codacy Badge Build Status Release Status

Streamline your daily Git & GitHub workflow.
A blazing fast CLI tool written in Rust designed to make common git operations effortless.


📦 Installation

tgh runs on macOS, Linux, and Windows.

🍎 macOS & 🐧 Linux

Run the following command in your terminal. It automatically detects your architecture (including Apple Silicon) and sets up your shell path.

Install latest version

curl -fsSL https://raw.githubusercontent.com/dkomeza/tiny-git-helper/main/scripts/install.sh | bash

OR Install a specific version

curl -fsSL https://raw.githubusercontent.com/dkomeza/tiny-git-helper/main/scripts/install.sh | bash -s -- v0.1.5

🪟 Windows

Run the following command in PowerShell:

# Install latest version
irm https://raw.githubusercontent.com/dkomeza/tiny-git-helper/main/scripts/install.ps1 | iex

🚀 Usage

Once installed, simply run tgh --help to see the available commands.

tgh - A GitHub CLI written in Rust

Usage: tgh [COMMAND]

Commands:
  commit   Commit changes to the repository [aliases: cf]
  ca       Commit all files (Stage All + Commit)
  update   Update tgh to the latest version
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

✨ Self-Updating

You don't need to run the install script again to get new features. tgh includes a built-in updater:

tgh update

This will check for the latest release on GitHub, download it, and safely replace your current binary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •