An open API service indexing awesome lists of open source software.

https://github.com/dderevjanik/gtip

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

cli git typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# gtip

CLI for [git-tips](https://github.com/git-tips/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](./docs/run.gif)

Will run git-tips command in interactive mode.

```
gtip$ run [command]
```

### List all available Commands

![command-list](./docs/list.gif)

```
gtip$ list [options]
```

**Options:**

```
-c Show only commands
```

### Update git-tips

Use this command to update your git-tips database.

```
gtip$ update
```