Skip to content

Commit

Permalink
Merge pull request #272 from suzuki-shunsuke/feat/ripgrep
Browse files Browse the repository at this point in the history
feat: add `BurntSushi/ripgrep` and `lotabout/skim`, etc
  • Loading branch information
suzuki-shunsuke authored Sep 26, 2021
2 parents 8fbceda + 14ad9a9 commit 32b1eb8
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
12 changes: 12 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ packages:
- name: bcicen/slackcat
registry: standard
version: 1.7.3 # renovate: depName=bcicen/slackcat
- name: BurntSushi/ripgrep
registry: standard
version: 13.0.0 # renovate: depName=BurntSushi/ripgrep

# init: c
- name: che-incubator/chectl
Expand Down Expand Up @@ -65,6 +68,9 @@ packages:
version: v0.4.0 # renovate: depName=cue-lang/cue

# init: d
- name: dandavison/delta
registry: standard
version: 0.8.3 # renovate: depName=dandavison/delta
- name: dapr/cli
registry: standard
version: v1.4.0 # renovate: depName=dapr/cli
Expand Down Expand Up @@ -283,6 +289,9 @@ packages:
- name: lima-vm/lima
registry: standard
version: v0.6.4 # renovate: depName=lima-vm/lima
- name: lotabout/skim
registry: standard
version: v0.9.4 # renovate: depName=lotabout/skim

# init: m
- name: mattn/goreman
Expand Down Expand Up @@ -337,6 +346,9 @@ packages:
- name: oam-dev/kubevela/kubectl-plugin
registry: standard
version: v1.1.1 # renovate: depName=oam-dev/kubevela/kubectl-plugin
- name: ogham/exa
registry: standard
version: v0.10.1 # renovate: depName=ogham/exa
- name: open-policy-agent/conftest
registry: standard
version: v0.28.1 # renovate: depName=open-policy-agent/conftest
Expand Down
52 changes: 52 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,21 @@ packages:
asset: 'slackcat-{{.Version}}-{{.OS}}-{{.Arch}}'
description: CLI utility to post files and command output to slack
format: raw
- type: github_release
repo_owner: BurntSushi
repo_name: ripgrep
asset: 'ripgrep-{{.Version}}-x86_64-{{.OS}}.{{.Format}}'
description: ripgrep recursively searches directories for a regex pattern while respecting your gitignore
replacements:
darwin: apple-darwin
linux: unknown-linux-musl
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- name: rg
src: 'ripgrep-{{.Version}}-x86_64-{{.OS}}/rg'

# init: c
- type: github_release
Expand Down Expand Up @@ -198,6 +213,21 @@ packages:
format: zip

# init: d
- type: github_release
repo_owner: dandavison
repo_name: delta
asset: 'delta-{{.Version}}-x86_64-{{.OS}}.{{.Format}}'
description: A syntax-highlighting pager for git
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
darwin: apple-darwin
linux: unknown-linux-musl
files:
- name: delta
src: 'delta-{{.Version}}-x86_64-{{.OS}}/delta'
- type: github_release
repo_owner: dapr
repo_name: cli
Expand Down Expand Up @@ -782,6 +812,16 @@ packages:
src: bin/limactl
replacements:
amd64: x86_64
- type: github_release
repo_owner: lotabout
repo_name: skim
asset: 'skim-{{.Version}}-x86_64-{{.OS}}.tar.gz'
description: Fuzzy Finder in rust!
replacements:
darwin: apple-darwin
linux: unknown-linux-musl
files:
- name: sk

# init: m
- type: github_release
Expand Down Expand Up @@ -919,6 +959,18 @@ packages:
files:
- name: kubectl-vela
src: "{{.OS}}-{{.Arch}}/kubectl-vela"
- type: github_release
repo_owner: ogham
repo_name: exa
asset: 'exa-{{.OS}}-{{.Version}}.zip'
description: "A modern replacement for 'ls'"
link: https://the.exa.website/
replacements:
darwin: macos-x86_64
linux: linux-x86_64-musl
files:
- name: exa
src: bin/exa
- type: github_release
repo_owner: open-policy-agent
repo_name: conftest
Expand Down

0 comments on commit 32b1eb8

Please sign in to comment.