Skip to content

Commit

Permalink
Merge pull request #44 from deknos/Add-suggested-projects
Browse files Browse the repository at this point in the history
added fzf
  • Loading branch information
leucos committed Nov 23, 2020
2 parents 155b18a + ce7ece2 commit 134ea51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Currently supported distributions are:
- [docker-compose](https://docs.docker.com/compose/)
- [duf](https://github.com/muesli/duf)
- [dw-query-digest](https://github.com/devops-works/dw-query-digest)
- [fzf](https://github.com/junegunn/fzf)
- [gh](https://github.com/cli/cli/)
- [gitjacker](https://github.com/liamg/gitjacker)
- [glab](https://github.com/profclems/glab/)
Expand Down
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,18 @@ sources:
binaries:
- dw-query-digest

fzf:
description: fzf is a general-purpose command-line fuzzy finder.
list:
type: github-releases
url: https://api.github.com/repos/junegunn/fzf/releases
fetch:
url: https://github.com/junegunn/fzf/releases/download/{{ .Version }}/fzf-{{ .Version }}-{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- fzf

gh:
description: GitHub’s official command line tool
map:
Expand Down

0 comments on commit 134ea51

Please sign in to comment.