DomDew / tag-selector

Too tired of checking out a git tag manually? I understand, its two commands after all... This makes it one, with a sick dropdown. And its in Rust so its b-b-b-blazingly fast!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Tag-selector is a nifty little command line tool to lets you checkout a tag for a git repository from a neat dropdown.

Roadmap πŸ—οΈ

  • Allow filters for tags

Installation πŸ§‘β€πŸ”§

Cargo

Prerequisites:

You have cargo and rust installed πŸ¦€.

How to install:

  1. Clone this repo.
  2. Cd into this repo.
  3. cargo install --path . - to install it in your path.

Usage

  1. Checkout any git repo
  2. Run tag-selector in your terminal
  3. Select any of the tags that will be listed

Takes an optional --pattern=<any-string> command line argument by which to filter the tags. Defaults to "*".

About

Too tired of checking out a git tag manually? I understand, its two commands after all... This makes it one, with a sick dropdown. And its in Rust so its b-b-b-blazingly fast!


Languages

Language:Rust 100.0%