Benjamin Bara
616c3f4a7f
util: extend run_ucmd_as_root for stdin/stdout
...
This enables to give path to files (as str) which are then used as either stdin or stdout.
2023-09-24 10:00:10 +02:00
Daniel Hofstetter
a4a69c8ee7
tail: "_timeout_counter" -> "timeout_counter"
2023-09-24 09:59:06 +02:00
Daniel Hofstetter
306a58a731
tail: remove unused var "_event_counter"
2023-09-24 09:59:06 +02:00
Sylvestre Ledru
e2e42ac265
Merge pull request #5304 from KAAtheWiseGit/main
...
`rm`: make the utility public
2023-09-23 18:38:25 +02:00
KAA the Wise
4b76b2f332
rm: document PromptProtected interactive mode option
2023-09-23 15:57:30 +03:00
Daniel Hofstetter
06219350fa
nl: fix output order if stdin and files are mixed
2023-09-23 14:44:30 +02:00
Sylvestre Ledru
ba3f266b2c
Merge pull request #5285 from cakebaker/nl_multiple_files
...
nl: make line number and --join-blank-lines work over multiple files
2023-09-23 09:34:04 +02:00
Sylvestre Ledru
48613b4717
ls --dired: replace the previous "total: xx" padding method
...
by something easier
2023-09-23 09:31:16 +02:00
Sylvestre Ledru
30f1fceddc
add nushell to the list of ignored names
2023-09-23 09:29:00 +02:00
Sylvestre Ledru
e2561f53a4
Merge pull request #5303 from uutils/renovate/md-5-0.x
...
chore(deps): update rust crate md-5 to 0.10.6
2023-09-22 23:31:03 +02:00
Sylvestre Ledru
d6da6fb546
Merge pull request #5302 from cakebaker/relpath_fix_5300
...
relpath: show error if no argument provided
2023-09-22 23:30:52 +02:00
KAA the Wise
20fb473da8
rm: make the remove
function public
2023-09-22 19:18:27 +03:00
KAA the Wise
75044c1bc4
rm: make option types public
...
Made `Options` and `InteractiveMode` public and added documentation for them.
2023-09-22 19:17:24 +03:00
renovate[bot]
cc6a1ae4f4
chore(deps): update rust crate md-5 to 0.10.6
2023-09-22 15:40:11 +00:00
Sylvestre Ledru
4094231b89
Merge pull request #5301 from cakebaker/ls_fix_failing_test
...
ls: fix test which fails if /tmp uses tmpfs
2023-09-22 13:24:53 +02:00
Daniel Hofstetter
38831c46d1
relpath: show error if no argument provided
...
Fixes #5300
2023-09-22 10:58:12 +02:00
Daniel Hofstetter
0794d1338d
ls: fix test which fails if /tmp uses tmpfs
2023-09-22 10:43:23 +02:00
Daniel Hofstetter
a2691c9f4a
Merge pull request #5299 from sylvestre/dired-2
...
ls --dired - some minor cleanup
2023-09-22 06:50:43 +02:00
Sylvestre Ledru
42d93fcc59
Merge pull request #5291 from cakebaker/ci_fix_checkscripts_yml
...
ci: remove committing from CheckScripts.yml
2023-09-21 22:13:13 +02:00
Sylvestre Ledru
9de7ab84ac
Merge pull request #5298 from uutils/renovate/sha1-0.x
...
chore(deps): update rust crate sha1 to 0.10.6
2023-09-21 22:12:43 +02:00
Sylvestre Ledru
a12dd2ee1e
ls rename the function for consistency
2023-09-21 21:23:08 +02:00
Sylvestre Ledru
8db6146dd3
ls remove old comment
2023-09-21 21:22:27 +02:00
Sylvestre Ledru
1d10e0c674
ls: rename the function for something more explicit
2023-09-21 21:22:24 +02:00
renovate[bot]
df211cd45f
chore(deps): update rust crate sha1 to 0.10.6
2023-09-21 16:11:20 +00:00
pin
23ee9b622d
Add NetBSD support to uucore. ( #5289 )
...
* Add NetBSD support to uucore.
Fixes https://github.com/uutils/coreutils/issues/5288
2023-09-21 12:24:08 +02:00
Daniel Hofstetter
aeb3b14736
Merge pull request #5292 from uutils/renovate/winapi-util-0.x
...
chore(deps): update rust crate winapi-util to 0.1.6
2023-09-21 07:56:01 +02:00
Daniel Hofstetter
f029242a70
Merge pull request #5296 from uutils/renovate/blake3-1.x
...
chore(deps): update rust crate blake3 to 1.5.0
2023-09-21 07:44:32 +02:00
Daniel Hofstetter
cee47a8780
Merge pull request #5295 from uutils/renovate/rayon-1.x
...
chore(deps): update rust crate rayon to 1.8
2023-09-21 07:00:46 +02:00
renovate[bot]
78e774a937
chore(deps): update rust crate blake3 to 1.5.0
2023-09-21 04:49:34 +00:00
renovate[bot]
2ee4006bfd
chore(deps): update rust crate rayon to 1.8
2023-09-20 23:08:42 +00:00
renovate[bot]
3bb180f471
chore(deps): update rust crate winapi-util to 0.1.6
2023-09-20 16:33:12 +00:00
Daniel Hofstetter
5eb1fd0b02
ci: remove committing from CheckScripts.yml
2023-09-20 10:36:32 +02:00
Sylvestre Ledru
a0f6df4b79
Merge pull request #5290 from cakebaker/build_gnu_sh_fix_formatting
...
build-gnu.sh: fix formatting
2023-09-20 10:12:15 +02:00
Daniel Hofstetter
89aef11208
build-gnu.sh: fix formatting
2023-09-20 10:02:20 +02:00
Sylvestre Ledru
9b4d2c6bc4
ls: implement --dired
...
* Support ls --dired
* stat-failed.sh: update of the test - we have a small difference
* ls --dired: address some of the comments
* fix warnings
* use unwrap()
* Improve test
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
* Simplify test
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
* Remove a word from the spell ignore
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
* remove duplication of the spell ignore
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
* rustfmt
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-09-20 08:17:46 +02:00
Daniel Hofstetter
bc8e3818a4
Merge pull request #5287 from uutils/renovate/davidanson-markdownlint-cli2-action-13.x
...
chore(deps): update davidanson/markdownlint-cli2-action action to v13
2023-09-20 08:12:43 +02:00
renovate[bot]
5586e7bf2b
chore(deps): update davidanson/markdownlint-cli2-action action to v13
2023-09-20 04:47:16 +00:00
Daniel Hofstetter
25a752e8bc
Merge pull request #5286 from uutils/renovate/unicode-width-0.x
...
chore(deps): update rust crate unicode-width to 0.1.11
2023-09-20 06:46:58 +02:00
renovate[bot]
9443985b49
chore(deps): update rust crate unicode-width to 0.1.11
2023-09-19 18:13:47 +00:00
Daniel Hofstetter
1a30a1b8b6
nl: support --join-blank-lines over multiple files
2023-09-19 10:47:20 +02:00
Daniel Hofstetter
1107fadca9
nl: increase line number over multiple files
2023-09-19 10:47:00 +02:00
Daniel Hofstetter
351722ebac
Merge pull request #5284 from uutils/renovate/mfinelli-setup-shfmt-3.x
...
chore(deps): update mfinelli/setup-shfmt action to v3
2023-09-19 06:47:35 +02:00
renovate[bot]
514315462c
chore(deps): update mfinelli/setup-shfmt action to v3
2023-09-18 19:47:21 +00:00
Rojin Raju
d01fe6a10f
ls.rs: rename variable name dfn to displayed_file
...
Closes : #5282
2023-09-18 21:47:02 +02:00
Daniel Hofstetter
000b3d7e90
Merge pull request #5281 from uutils/renovate/dns-lookup-2.x
...
fix(deps): update rust crate dns-lookup to 2.0.3
2023-09-18 07:00:56 +02:00
renovate[bot]
416a4832b8
fix(deps): update rust crate dns-lookup to 2.0.3
2023-09-17 17:46:16 +00:00
Daniel Hofstetter
24354cb75a
Merge pull request #5275 from uutils/renovate/terminal_size-0.x
...
chore(deps): update rust crate terminal_size to 0.3.0
2023-09-17 11:36:11 +02:00
renovate[bot]
975b328630
chore(deps): update rust crate terminal_size to 0.3.0
2023-09-17 08:36:43 +00:00
Sylvestre Ledru
8bc5194504
Merge pull request #5276 from cakebaker/deny_toml_add_terminal_size_to_skip_list
...
deny.toml: add terminal_size to skip list
2023-09-16 21:26:34 +02:00
Daniel Hofstetter
2bb0778a4b
Merge pull request #5279 from uutils/sylvestre-patch-2
...
Document how to run the pure Rust tests
2023-09-16 16:44:27 +02:00