Skip to content

Commit

Permalink
feat(doc): update about search
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanng committed Dec 13, 2019
1 parent 85c69e3 commit 0828371
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
Binary file added .github/images/search.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ go get github.com/shihanng/gig

# Usage

Use the supported language as input arguments, e.g. `Go Elm`.
1. Use the supported language as input arguments, e.g. `Go Elm`.

```
gig gen Go Elm
$ gig gen Go Elm
### Elm ###
# elm-package generated files
Expand All @@ -52,25 +52,16 @@ repl-temp-*
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
...
```

# Dependency directories (remove the comment below to include it)
# vendor/
2. Use the search functionality (depends on [fzf](https://github.com/junegunn/fzf))

### Go Patch ###
/vendor/
/Godeps/
```
$ gig search
```

![gig search demo](./.github/images/search.gif)

At the very first run the program will clone the templates repository <https://github.com/toptal/gitignore.git>
into `$XDG_CACHE_HOME/gig`.
Expand All @@ -82,7 +73,7 @@ For more information:
gig --help
```

# Contributing
# Contribute

Found a bug or want to hack around? Clone the repository:

Expand Down

0 comments on commit 0828371

Please sign in to comment.