From 53468642a5ba1857cbd977408fa35ba423da4056 Mon Sep 17 00:00:00 2001 From: Z1xus <40185941+Z1xus@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:35:06 +0100 Subject: [PATCH] groot-tree -> regroot --- Cargo.lock | 16 ++++++------- Cargo.toml | 19 +++++++++++----- README.md | 67 ++++++++++++++++++++++++++++++++++++++++++------------ 3 files changed, 74 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f771a6..b8072d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,14 +103,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" -[[package]] -name = "groot-tree" -version = "0.3.0" -dependencies = [ - "clap", - "glob", -] - [[package]] name = "heck" version = "0.5.0" @@ -141,6 +133,14 @@ dependencies = [ "proc-macro2", ] +[[package]] +name = "regroot" +version = "0.3.0" +dependencies = [ + "clap", + "glob", +] + [[package]] name = "strsim" version = "0.11.1" diff --git a/Cargo.toml b/Cargo.toml index 92f30a5..f866b49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,23 @@ [package] -name = "groot-tree" +name = "regroot" version = "0.3.0" edition = "2021" -description = "Walk in thee directories" -authors = ["Community"] -documentation = "https://github.com/rodrigorvsn/groot" +authors = ["RodrigoRVSN", "z1xus"] +description = "A modern, colorful directory tree viewer with glob pattern support" +documentation = "https://github.com/z1xus/regroot" +homepage = "https://github.com/z1xus/regroot" +repository = "https://github.com/z1xus/regroot" +readme = "README.md" license = "MIT" -keywords = ["cli", "tree"] -categories = ["cli", "tree"] +keywords = ["tree", "directory", "filesystem", "cli", "glob"] +categories = ["command-line-utilities", "filesystem", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5", features = ["derive"] } glob = "0.3" + +[package.metadata.docs.rs] +all-features = true +rustdoc-args = ["--cfg", "docsrs"] diff --git a/README.md b/README.md index a32d72d..2e5b0e3 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,67 @@ -# Groot +# regroot -## Directories tree +An updated version of the original [groot-tree](https://crates.io/crates/groot-tree) crate by [RodrigoRVSN](https://github.com/RodrigoRVSN). -![image](https://github.com/RodrigoRVSN/groot/assets/75763403/67f9821b-62b3-49a9-849d-491b93ff47a7) +
+
+