Skip to content

Commit

Permalink
Merge pull request #1005 from carapace-sh/update-linke
Browse files Browse the repository at this point in the history
updated links
  • Loading branch information
rsteube authored Mar 11, 2024
2 parents f3bd62f + 0f59905 commit 480da0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ An example implementation can be found in the [example](./example/) folder.
## Standalone Mode

Carapace can also be used to provide completion for arbitrary commands.
See [carapace-bin](https://github.com/rsteube/carapace-bin) for examples.
See [carapace-bin](https://github.com/carapace-sh/carapace-bin) for examples.

## Related Projects

- [carapace-bin](https://github.com/rsteube/carapace-bin) multi-shell multi-command argument completer
- [carapace-bridge](https://github.com/rsteube/carapace-bridge) completion bridge
- [carapace-bin](https://github.com/carapace-sh/carapace-bin) multi-shell multi-command argument completer
- [carapace-bridge](https://github.com/carapace-sh/carapace-bridge) completion bridge
- [carapace-pflag](https://github.com/carapace-sh/carapace-pflag) Drop-in replacement for spf13/pflag with support for non-posix variants
- [carapace-shlex](https://github.com/carapace-sh/carapace-shlex) simple shell lexer
- [carapace-spec](https://github.com/rsteube/carapace-spec) define simple completions using a spec file
- [carapace-spec-clap](https://github.com/rsteube/carapace-spec-clap) spec generation for clap-rs/clap
- [carapace-spec-kingpin](https://github.com/rsteube/carapace-spec-kingpin) spec generation for alecthomas/kingpin
- [carapace-spec-kong](https://github.com/rsteube/carapace-spec-kong) spec generation for alecthomas/kong
- [carapace-spec-man](https://github.com/rsteube/carapace-spec-man) spec generation for manpages
- [carapace-spec-urfavecli](https://github.com/rsteube/carapace-spec-urfavecli) spec generation for urfave/cli
- [carapace-spec](https://github.com/carapace-sh/carapace-spec) define simple completions using a spec file
- [carapace-spec-clap](https://github.com/carapace-sh/carapace-spec-clap) spec generation for clap-rs/clap
- [carapace-spec-kingpin](https://github.com/carapace-sh/carapace-spec-kingpin) spec generation for alecthomas/kingpin
- [carapace-spec-kong](https://github.com/carapace-sh/carapace-spec-kong) spec generation for alecthomas/kong
- [carapace-spec-man](https://github.com/carapace-sh/carapace-spec-man) spec generation for manpages
- [carapace-spec-urfavecli](https://github.com/carapace-sh/carapace-spec-urfavecli) spec generation for urfave/cli

[cobra]:https://github.com/spf13/cobra
2 changes: 1 addition & 1 deletion docs/src/carapace/customActions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CustomActions

Custom Actions can be created by using a function that returns `carapace.Action`. A range of these can be found at [carapace-bin](https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/actions).
Custom Actions can be created by using a function that returns `carapace.Action`. A range of these can be found at [carapace-bin](https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions).

```go
type ExampleOpts struct {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/carapace/standalone/carapace-parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ docker node update --help | carapace-parse -n update -p node -s "Update a node"
```


[carapace-parse]:https://github.com/rsteube/carapace-bin/tree/master/cmd/carapace-parse
[carapace-parse]:https://github.com/carapace-sh/carapace-bin/tree/master/cmd/carapace-parse

0 comments on commit 480da0e

Please sign in to comment.