Rename crate
Rename the create to `diskonaut-ng` in order to publish it on crates.io . If in the future it's possible for me publish to the original `diskonaut` name on crates.io, I will return the crate to its original name, but this is ultimately up to the original author of this crate.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -334,7 +334,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "diskonaut"
|
name = "diskonaut-ng"
|
||||||
version = "0.13.0"
|
version = "0.13.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "diskonaut"
|
name = "diskonaut-ng"
|
||||||
description = "Terminal disk space visual navigator"
|
description = "Terminal disk space visual navigator"
|
||||||
version = "0.13.0"
|
version = "0.13.0"
|
||||||
authors = ["Aram Drevekenin <aram@poor.dev>", "Gregory Shuflin <greg@everydayimshuflin.com>"]
|
authors = ["Aram Drevekenin <aram@poor.dev>", "Gregory Shuflin <greg@everydayimshuflin.com>"]
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ If you're using linux, you can check out the "releases" of this repository to do
|
|||||||
|
|
||||||
### With cargo (linux / macOS / windows)
|
### With cargo (linux / macOS / windows)
|
||||||
```
|
```
|
||||||
cargo install diskonaut
|
cargo install diskonaut-ng
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fedora/CentOS
|
### Fedora/CentOS
|
||||||
@@ -91,7 +91,7 @@ please do not hesitate to reach out to me personally: [greg@everydayimshuflin.co
|
|||||||
|
|
||||||
`diskonaut` was originally developed by Aram Drevekenin, `@imsnif` on Github.
|
`diskonaut` was originally developed by Aram Drevekenin, `@imsnif` on Github.
|
||||||
This version is a maintained fork created by Greg Shuflin, `@neunenak` on
|
This version is a maintained fork created by Greg Shuflin, `@neunenak` on
|
||||||
Github, in November 2025.
|
Github, in November 2025, under the name `diskonaut-ng`.
|
||||||
|
|
||||||
The original version of the crate is published at: <https://crates.io/crates/diskonaut>
|
The original version of the crate is published at: <https://crates.io/crates/diskonaut>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user