Skip to content

Commit

Permalink
feat(registry): add duckdb (#4248)
Browse files Browse the repository at this point in the history
add duckdb command

Please let me know if there is anything missing.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
swfz and autofix-ci[bot] authored Jan 28, 2025
1 parent 31bd9ba commit bc1c4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| dt | [aqua:so-dang-cool/dt](https://github.com/so-dang-cool/dt) [asdf:so-dang-cool/asdf-dt](https://github.com/so-dang-cool/asdf-dt) |
| dtm | [ubi:devstream-io/devstream](https://github.com/devstream-io/devstream) [asdf:zhenyuanlau/asdf-dtm](https://github.com/zhenyuanlau/asdf-dtm) |
| dua | [aqua:Byron/dua-cli](https://github.com/Byron/dua-cli) [ubi:Byron/dua-cli](https://github.com/Byron/dua-cli) |
| duckdb | [ubi:duckdb/duckdb](https://github.com/duckdb/duckdb) |
| duf | [aqua:muesli/duf](https://github.com/muesli/duf) [asdf:NeoHsu/asdf-duf](https://github.com/NeoHsu/asdf-duf) |
| dust | [ubi:bootandy/dust](https://github.com/bootandy/dust) [asdf:looztra/asdf-dust](https://github.com/looztra/asdf-dust) |
| dvc | [asdf:mise-plugins/mise-dvc](https://github.com/mise-plugins/mise-dvc) |
Expand Down
2 changes: 2 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ dtm.backends = [
]
dua.backends = ["aqua:Byron/dua-cli", "ubi:Byron/dua-cli[exe=dua]"]
dua.test = ["dua --version", "dua {{version}}"]
duckdb.backends = ["ubi:duckdb/duckdb"]
duckdb.test = ["duckdb --version", "{{version}}"]
duf.backends = ["aqua:muesli/duf", "asdf:NeoHsu/asdf-duf"]
dust.backends = ["ubi:bootandy/dust", "asdf:looztra/asdf-dust"]
dvc.backends = ["asdf:mise-plugins/mise-dvc"]
Expand Down

0 comments on commit bc1c4a0

Please sign in to comment.