mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
docs ~ improve/update sub-crate meta information
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
# uutils / coreutils
|
||||
# coreutils (uutils)
|
||||
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
|
||||
|
||||
[package]
|
||||
@@ -12,7 +12,7 @@ homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils"
|
||||
readme = "README.md"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["os"]
|
||||
categories = ["command-line-utilities", "os"]
|
||||
|
||||
build = "build.rs"
|
||||
autotests = false
|
||||
|
||||
@@ -7,6 +7,9 @@ description = "arch ~ (uutils) display machine architecture"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/arch"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/arch.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_base32"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "base32 ~ (uutils) decode/encode base32"
|
||||
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/base32"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/base32.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_base64"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "base64 ~ (uutils) decode/encode base64"
|
||||
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/base64"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/base64.rs"
|
||||
|
||||
@@ -7,6 +7,9 @@ description = "basename ~ (uutils) display PATHNAME with leading directory compo
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/basename"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/basename.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_cat"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "cat ~ (uutils) concatentate inputs to output"
|
||||
description = "cat ~ (uutils) concatentate and display input"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/cat"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/cat.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_chgrp"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "chgrp ~ (uutils) change the group ownership of FILES"
|
||||
description = "chgrp ~ (uutils) change the group ownership of FILE"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chgrp"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/chgrp.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_chmod"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "chmod ~ (uutils) change mode of FILES"
|
||||
description = "chmod ~ (uutils) change mode of FILE"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chmod"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/chmod.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_chown"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "chown ~ (uutils) change the ownership of FILES"
|
||||
description = "chown ~ (uutils) change the ownership of FILE"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chown"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/chown.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_chroot"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "chroot ~ (uutils) run a command under a new root directory"
|
||||
description = "chroot ~ (uutils) run COMMAND under a new root directory"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chroot"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/chroot.rs"
|
||||
|
||||
@@ -7,6 +7,9 @@ description = "cksum ~ (uutils) display CRC and size of input"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/cksum"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/cksum.rs"
|
||||
|
||||
@@ -7,6 +7,9 @@ description = "comm ~ (uutils) compare sorted inputs"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/comm"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/comm.rs"
|
||||
|
||||
@@ -11,6 +11,9 @@ description = "cp ~ (uutils) copy SOURCE to DESTINATION"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/cp"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/cp.rs"
|
||||
|
||||
@@ -3,10 +3,13 @@ name = "uu_cut"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "cut ~ (uutils) display byte or field columns of input lines"
|
||||
description = "cut ~ (uutils) display byte/field columns of input lines"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/cut"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/cut.rs"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "uu_date"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "date ~ (uutils) display or set the current time"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "uu_df"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "df ~ (uutils) display file system information"
|
||||
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
[package]
|
||||
name = "uu_dircolors"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "dircolors ~ (uutils) display commands to set LS_COLORS"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/dircolors"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/dircolors.rs"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "uu_dirname"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "dirname ~ (uutils) display parent directory of PATHNAME"
|
||||
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
[package]
|
||||
name = "uu_du"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "du ~ (uutils) display disk usage"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/du"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/du.rs"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "uu_echo"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "echo ~ (uutils) display TEXT"
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user