Skip to content

Commit

Permalink
Merge pull request #193 from carapace-sh/update-version
Browse files Browse the repository at this point in the history
updated version
  • Loading branch information
rsteube authored Mar 12, 2024
2 parents 7601721 + 3ad6a3b commit dee7ffa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brews:
-
name: carapace-bridge
description: "completion bridge"
homepage: "https://github.com/rsteube/carapace-bridge"
homepage: "https://github.com/carapace-sh/carapace-bridge"
license: "MIT"
tap:
owner: rsteube
Expand All @@ -42,7 +42,7 @@ brews:
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
scoop:
description: "completion bridge"
homepage: "https://github.com/rsteube/carapace-bridge"
homepage: "https://github.com/carapace-sh/carapace-bridge"
license: "MIT"
bucket:
owner: rsteube
Expand All @@ -52,7 +52,7 @@ scoop:
aurs:
-
description: "completion bridge"
homepage: "https://github.com/rsteube/carapace-bridge"
homepage: "https://github.com/carapace-sh/carapace-bridge"
license: "MIT"
maintainers:
- rsteube <[email protected]>
Expand All @@ -62,7 +62,7 @@ aurs:
nfpms:
-
description: "completion bridge"
homepage: "https://github.com/rsteube/carapace-bridge"
homepage: "https://github.com/carapace-sh/carapace-bridge"
license: "MIT"
maintainer: rsteube <[email protected]>
formats:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
[![Coverage Status](https://coveralls.io/repos/github/carapace-sh/carapace-bridge/badge.svg?branch=master)](https://coveralls.io/github/carapace-sh/carapace-bridge?branch=master)
[![Packaging status](https://repology.org/badge/tiny-repos/carapace-bridge.svg)](https://repology.org/project/carapace-bridge/versions)

Invokes completion of various frameworks and provides bridge actions for [carapace-bin](https://github.com/rsteube/carapace-bin).
Invokes completion of various frameworks and provides bridge actions for [carapace-bin](https://github.com/carapace-sh/carapace-bin).

[![asciicast](https://asciinema.org/a/574303.svg)](https://asciinema.org/a/574303)

Supported inputs:
- [argcomplete](https://github.com/kislyuk/argcomplete)
- [bash](https://www.gnu.org/software/bash/)
- [carapace](https://github.com/carapace-sh/carapace)
- [carapace-bin](https://github.com/rsteube/carapace-bin/)
- [carapace-bin](https://github.com/carapace-sh/carapace-bin/)
- [clap](https://github.com/clap-rs/clap)
- [click](https://github.com/pallets/click)
- [cobra](https://github.com/spf13/cobra)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/carapace-sh/carapace-bridge
go 1.21

require (
github.com/carapace-sh/carapace v0.50.3-0.20240311152955-f3bd62ff6a23
github.com/carapace-sh/carapace-shlex v0.2.0
github.com/carapace-sh/carapace v1.0.0
github.com/carapace-sh/carapace-shlex v1.0.0
github.com/spf13/cobra v1.8.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/carapace-sh/carapace v0.50.3-0.20240311152955-f3bd62ff6a23 h1:WPTH+2KVYPOOCjaFSl5u67Ixkj0Inir00eacQNZ2HUA=
github.com/carapace-sh/carapace v0.50.3-0.20240311152955-f3bd62ff6a23/go.mod h1:UxflttCmX+TRfsKqA0I0cEQFn2rvwGp6iTGyO8oS4NY=
github.com/carapace-sh/carapace-shlex v0.2.0 h1:rh2wprc8Cszf4MZV+99t9vH6wblz7zlN/3C/v7Xl0Ck=
github.com/carapace-sh/carapace-shlex v0.2.0/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
github.com/carapace-sh/carapace v1.0.0 h1:O4XTxBjrmDG15PeSnBRvu5RdwA5Khd1k/yF6VD4sHHY=
github.com/carapace-sh/carapace v1.0.0/go.mod h1:4caYCCdFoKqiBFD8t8rxuxzgVXk9bnP/aSBOplTd1Gk=
github.com/carapace-sh/carapace-shlex v1.0.0 h1:uUi+hovGpxWF6KjptrqAOHsFPT3mcMx0JKdq20hswDI=
github.com/carapace-sh/carapace-shlex v1.0.0/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
Expand Down
2 changes: 1 addition & 1 deletion pkg/actions/bridge/carapace.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func actionCommand(command ...string) func(f func(command ...string) carapace.Ac
}
}

// ActionCarapace bridges macros exposed with https://github.com/rsteube/carapace-bin
// ActionCarapace bridges macros exposed with https://github.com/carapace-sh/carapace-bin
func ActionMacro(command ...string) carapace.Action {
return actionCommand(command...)(func(command ...string) carapace.Action {
return carapace.ActionCallback(func(c carapace.Context) carapace.Action {
Expand Down

0 comments on commit dee7ffa

Please sign in to comment.