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
- Host: GitHub
- URL: https://github.com/dderevjanik/gtip
- Owner: dderevjanik
- License: mit
- Created: 2017-09-19T16:53:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T02:22:12.000Z (almost 4 years ago)
- Last Synced: 2023-08-08T01:33:33.478Z (almost 3 years ago)
- Topics: cli, git, typescript
- Language: TypeScript
- Homepage:
- Size: 1.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

Will run git-tips command in interactive mode.
```
gtip$ run [command]
```
### List all available Commands

```
gtip$ list [options]
```
**Options:**
```
-c Show only commands
```
### Update git-tips
Use this command to update your git-tips database.
```
gtip$ update
```