Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3011,6 +3011,11 @@ description = "Painless E2E Automation for Mobile and Web"
backends = ["aqua:magefile/mage", "asdf:mathew-fleisch/asdf-mage"]
description = "a Make/rake-like dev tool using Go"

[tools.magika]
backends = ["cargo:magika-cli"]
description = "Fast and accurate AI powered file content types detection"
test = ["magika --version", "magika {{version | trim_start_matches(pat='v')}}"]

[tools.make]
backends = ["asdf:mise-plugins/mise-make"]
description = "GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files"
Expand Down Expand Up @@ -5045,6 +5050,11 @@ backends = [
description = "Friendly and fast tool for sending HTTP requests"
test = ["xh -V", "xh {{version}}"]

[tools.xxh]
backends = ["pipx:xxh-xxh"]
description = "🚀 Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on."
test = ["xxh --version", "xxh/{{version}}"]

[tools.yadm]
backends = ["asdf:mise-plugins/mise-yadm"]
description = "Yet Another Dotfiles Manager"
Expand Down
Loading