.. |
arch
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
base32
|
base32: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
base64
|
Remove trivially unnessessary unwrap() from base32/64
|
2021-06-10 13:11:36 +09:00 |
basename
|
basename: trim separators with function
|
2021-06-11 23:35:15 +09:00 |
cat
|
cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty
|
2021-06-09 17:12:03 +02:00 |
chgrp
|
chgrp: fix clippy and spell-check warnings
|
2021-06-11 17:24:12 +02:00 |
chmod
|
move cmode rather than mut
|
2021-06-10 13:11:36 +09:00 |
chown
|
chown: clean up parse_spec
|
2021-06-11 23:27:09 +09:00 |
chroot
|
chroot: refactor undocumented features (#2365)
|
2021-06-10 21:46:17 +02:00 |
cksum
|
cksum: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
comm
|
comm: clean up line-end check
|
2021-06-11 23:35:15 +09:00 |
cp
|
cp: remove redundant newline in readme
|
2021-06-18 18:00:27 +02:00 |
csplit
|
csplit: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
cut
|
cut: fix -d= (#2424)
|
2021-06-18 12:10:40 +02:00 |
date
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
df
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
dircolors
|
dircolor purify forward match '#'
|
2021-06-10 18:14:23 +09:00 |
dirname
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
du
|
bring back #[cfg(windows)]
|
2021-06-19 08:58:33 +02:00 |
echo
|
refactor/echo ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:23 -05:00 |
env
|
env: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
expand
|
refactor/expand ~ fix cargo clippy complaint (clippy::manual_str_repeat)
|
2021-06-06 19:28:23 -05:00 |
expr
|
expr: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
factor
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
false
|
change ~ remove 'main.rs' spell-checker exceptions
|
2021-05-31 08:11:31 -05:00 |
fmt
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
fold
|
clean up fold, hashsum, kill
|
2021-06-10 13:11:36 +09:00 |
groups
|
Add "process" dependency to groups/Cargo.toml
|
2021-06-10 01:07:01 +09:00 |
hashsum
|
clean up fold, hashsum, kill
|
2021-06-10 13:11:36 +09:00 |
head
|
Merge branch 'master' into refactoring_parse_size
|
2021-06-12 02:24:07 +02:00 |
hostid
|
change ~ remove 'main.rs' spell-checker exceptions
|
2021-05-31 08:11:31 -05:00 |
hostname
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
id
|
id/tests: skip tests for multiple_user feature if there's not at least coreutils id version 8.31 in $PATH
|
2021-06-16 23:52:55 +02:00 |
install
|
install : clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
join
|
refactor/join ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:23 -05:00 |
kill
|
kill: fix signal table printing
|
2021-06-14 11:10:41 +02:00 |
link
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
ln
|
ln: don't return an empty path in relative_path
|
2021-06-18 11:53:29 +02:00 |
logname
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
ls
|
ls: Fix clippy warning
|
2021-06-21 20:29:22 +05:30 |
mkdir
|
mkdir: note that -m is not supported on windows
|
2021-06-23 00:59:51 +02:00 |
mkfifo
|
refactor/mkfifo ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:23 -05:00 |
mknod
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
mktemp
|
mktemp: note that windows uses a different env var for tmpdir
|
2021-06-22 17:44:45 +02:00 |
more
|
Simplified page down implementation
|
2021-06-12 20:34:21 +08:00 |
mv
|
refactor/mv ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:23 -05:00 |
nice
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
nl
|
nl: fix clippy error
|
2021-06-11 23:26:58 +09:00 |
nohup
|
use the same spec for atty everywhere
|
2021-06-09 17:15:42 +02:00 |
nproc
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
numfmt
|
refactor/numfmt ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:24 -05:00 |
od
|
Merge branch 'master' into refactoring_parse_size
|
2021-06-12 02:24:07 +02:00 |
paste
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
pathchk
|
bytes operation for pathchk
|
2021-06-10 18:30:45 +09:00 |
pinky
|
refactor/pinky ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:24 -05:00 |
pr
|
pr: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
printenv
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
printf
|
clean up fold, hashsum, kill, nl, printf, truncate
|
2021-06-10 18:39:48 +09:00 |
ptx
|
refactor/ptx ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:24 -05:00 |
pwd
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
readlink
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
realpath
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
relpath
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
rm
|
refactor ~ polish spelling + add spelling exceptions
|
2021-06-06 19:28:22 -05:00 |
rmdir
|
rmdir: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
seq
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
shred
|
prevent utf8 iteration for ascii str from shred (#2389)
|
2021-06-10 21:29:56 +02:00 |
shuf
|
shuf: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
sleep
|
Merge branch 'master' of github.com:uutils/coreutils into refactoring_parse_size
|
2021-06-03 22:32:34 +02:00 |
sort
|
sort: avoid sigpipe errors
|
2021-06-17 00:06:39 +02:00 |
split
|
fix clippy warnings
|
2021-06-09 15:56:29 +02:00 |
stat
|
refactor/stat ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:24 -05:00 |
stdbuf
|
stdbuf: clean up returning Err
|
2021-06-11 23:26:58 +09:00 |
sum
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
sync
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
tac
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
tail
|
Remove unnessassary chars() and unwrap_or() from tail
|
2021-06-10 18:06:40 +09:00 |
tee
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
test
|
test: Implement [ expr ] syntax
|
2021-06-19 18:49:21 +03:00 |
timeout
|
Fix a clippy warning
|
2021-06-20 21:21:50 -04:00 |
touch
|
touch: support @<timestamp> date format
|
2021-06-15 22:43:40 +02:00 |
tr
|
tr parse_sequence reuses chars iterator
|
2021-06-10 19:16:55 +09:00 |
true
|
change ~ remove 'main.rs' spell-checker exceptions
|
2021-05-31 08:11:31 -05:00 |
truncate
|
Merge branch 'master' into refactoring_parse_size
|
2021-06-12 02:24:07 +02:00 |
tsort
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
tty
|
tty: correct exit code for write errrors
|
2021-06-16 17:55:48 +02:00 |
uname
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
unexpand
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
uniq
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
unlink
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
uptime
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
users
|
use clap::crate_version macro instead of the env variable
|
2021-06-02 19:00:19 +02:00 |
wc
|
refactor/wc ~ fix cargo clippy complaint (clippy::needless_borrow)
|
2021-06-06 19:28:24 -05:00 |
who
|
who: cleanup argument handling
|
2021-06-09 14:34:37 +02:00 |
whoami
|
whoami: remove advapi32-sys dependency
|
2021-06-09 22:10:28 +02:00 |
yes
|
change ~ remove 'main.rs' spell-checker exceptions
|
2021-05-31 08:11:31 -05:00 |