From 431a77d784b0475531a0126492babd7a2818aedd Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Wed, 26 Nov 2025 22:14:26 -0800 Subject: [PATCH] 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. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ab8f36..3b4058c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ ] [[package]] -name = "diskonaut" +name = "diskonaut-ng" version = "0.13.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a4d84ae..3b4180f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "diskonaut" +name = "diskonaut-ng" description = "Terminal disk space visual navigator" version = "0.13.0" authors = ["Aram Drevekenin ", "Gregory Shuflin "] diff --git a/README.md b/README.md index e16ed52..d386c80 100644 --- a/README.md +++ b/README.md @@ -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) ``` -cargo install diskonaut +cargo install diskonaut-ng ``` ### 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. 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: