Skip to content

dderevjanik/gtip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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