Compare commits

...

1 commit

Author SHA1 Message Date
e05db87d0f
Rename executable to "hx"
has always been my alias, so why not?
ripgrep does the same thing ¯\_(ツ)_/¯
2024-02-14 16:38:42 +01:00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -151,7 +151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heliox-cli"
name = "hx"
version = "0.1.0"
dependencies = [
"clap",

View file

@ -1,5 +1,5 @@
[package]
name = "heliox-cli"
name = "hx"
version = "0.1.0"
edition = "2021"