Skip to content
Closed
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
9 changes: 9 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@ backends = ["aqua:atuinsh/atuin", "cargo:atuin"]
description = "✨ Magical shell history"
test = ["atuin --version", "atuin {{version}}"]

[tools.authsock-filter]
backends = [
"aqua:kawaz/authsock-filter",
"github:kawaz/authsock-filter",
"cargo:authsock-filter",
]
description = "SSH agent proxy with filtering and logging"
test = ["authsock-filter --version", "authsock-filter {{version}}"]

[tools.auto-doc]
backends = ["github:tj-actions/auto-doc", "asdf:mise-plugins/mise-auto-doc"]
description = "Github action that turns your reusable workflows and custom actions into easy to read markdown tables"
Expand Down
Loading