mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 22:32:53 +00:00
docs ~ improve/update sub-crate meta information
This commit is contained in:
parent
ca90ce981f
commit
d70db1f7d2
41 changed files with 213 additions and 36 deletions
|
@ -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"
|
||||
|
||||
|
|
7
src/uu/env/Cargo.toml
vendored
7
src/uu/env/Cargo.toml
vendored
|
@ -2,8 +2,13 @@
|
|||
name = "uu_env"
|
||||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
description = "Set each NAME to VALUE in the environment and run COMMAND"
|
||||
license = "MIT"
|
||||
description = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/env"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "uu_expand"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "expand ~ (uutils) convert input tabs to spaces"
|
||||
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_expr"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "expr ~ (uutils) display the value of EXPRESSION"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/expr"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/expr.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_factor"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "factor ~ (uutils) display the prime factors of each NUMBER"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/factor.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_false"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "false ~ (uutils) do nothing and fail"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/false"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/false.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_fmt"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "fmt ~ (uutils) reformat each paragraph of input"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/fmt"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/fmt.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_fold"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "fold ~ (uutils) wrap each line of input"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/fold"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/fold.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_groups"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "groups ~ (uutils) display group memberships for USERNAME"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/groups"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/groups.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_hashsum"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "hashsum ~ (uutils) display or check input digests"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/hashsum"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/hashsum.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_head"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "head ~ (uutils) display the first lines of input"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/head"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/head.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_hostid"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "hostid ~ (uutils) display the numeric identifier of the current host"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/hostid"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/hostid.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_hostname"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "hostname ~ (uutils) display or set the host name of the current host"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/hostname"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/hostname.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_id"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "id ~ (uutils) display user and group information for USER"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/id"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/id.rs"
|
||||
|
|
|
@ -6,6 +6,13 @@ authors = [
|
|||
"uutils developers",
|
||||
]
|
||||
license = "MIT"
|
||||
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/install"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/install.rs"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "uu_join"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "join ~ (uutils) merge lines from inputs with matching join fields"
|
||||
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_kill"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "kill ~ (uutils) send a signal to a process"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/kill"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/kill.rs"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "uu_link"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "link ~ (uutils) create a hard (file system) link to FILE"
|
||||
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_ln"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "ln ~ (uutils) create a (file system) link to TARGET"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/ln"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/ln.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_logname"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "logname ~ (uutils) display the login name of the current user"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/logname"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/logname.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_ls"
|
||||
version = "0.0.1"
|
||||
authors = ["Jeremiah Peschka <jeremiah.peschka@gmail.com>"]
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "ls ~ (uutils) display directory contents"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/ls"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/ls.rs"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "uu_true"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
authors = ["uutils developers"]
|
||||
license = "MIT"
|
||||
description = "true ~ (uutils) do nothing and succeed"
|
||||
|
||||
homepage = "https://github.com/uutils/coreutils"
|
||||
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/true"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "src/true.rs"
|
||||
|
|
Loading…
Reference in a new issue