Skip to content

Commit

Permalink
feat(registry): added hexyl (#4547)
Browse files Browse the repository at this point in the history
hexyl - A command-line hex viewer

Test
```
$ cargo run --bin mise -- tool hexyl
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
     Running `target/debug/mise tool hexyl`
Backend:            aqua:sharkdp/hexyl
Installed Versions:
Tool Options:       [none]

$ cargo run --bin mise -- use -g hexyl
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
     Running `target/debug/mise use -g hexyl`
mise [email protected]       install
mise [email protected]       download hexyl-v0.16.0-x86_64-apple-darwin.tar.gz
mise [email protected]       generate checksum hexyl-v0.16.0-x86_64-apple-darwin.tar.gz
mise [email protected]       extract hexyl-v0.16.0-x86_64-apple-darwin.tar.gz
mise [email protected]     ✓ installed
mise ~/.config/mise/config.toml tools: [email protected]

$ cargo run --bin mise -- tool hexyl
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
     Running `target/debug/mise tool hexyl`
Backend:            aqua:sharkdp/hexyl
Description:        A command-line hex viewer
Installed Versions: 0.16.0
Active Version:     0.16.0
Requested Version:  latest
Config Source:      ~/.config/mise/config.toml
Tool Options:       [none]
```
  • Loading branch information
tony-sol authored Mar 1, 2025
1 parent 6ba5d3b commit 7aeac74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,8 @@ helmwave.backends = ["aqua:helmwave/helmwave", "ubi:helmwave/helmwave"]
helmwave.test = ["helmwave version", "{{version}}"]
heroku.aliases = ["heroku-cli"]
heroku.backends = ["asdf:mise-plugins/mise-heroku-cli"]
hexyl.backends = ["aqua:sharkdp/hexyl", "ubi:sharkdp/hexyl"]
hexyl.test = ["hexyl --version", "hexyl {{version}}"]
hey.backends = ["asdf:mise-plugins/mise-hey"]
hishtory.backends = [
"ubi:ddworken/hishtory",
Expand Down

0 comments on commit 7aeac74

Please sign in to comment.