dderevjanik / gtip

CLI for https://github.com/git-tips/tips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtip

CLI for git-tips

Installation

git clone https://github.com/dderevjanik/gtip
cd gtip
npm i -g

Usage

Go to any git project and type to terminal gtip.

Search for Command

Search for any git tip. You can also use autocompletion with tab and thanks to fuzzysearch, you can specific only first letters of words.

gtip$ search [options] [...words]

Run Command

command-run

Will run git-tips command in interactive mode.

gtip$ run [command]

List all available Commands

command-list

gtip$ list [options]

Options:

-c Show only commands

Update git-tips

Use this command to update your git-tips database.

gtip$ update

About

CLI for https://github.com/git-tips/tips

License:MIT License


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%