Commit Graph

376 Commits

Author SHA1 Message Date
Sylvestre Ledru
bce7f907e0 Merge pull request #49 from cakebaker/ci_use_codecov_token
ci: use codecov token
2024-05-13 12:33:06 +02:00
Daniel Hofstetter
19c02c1fd7 ci: use codecov token 2024-05-13 10:17:47 +02:00
Daniel Hofstetter
e2318d3201 Merge pull request #7 from uutils/renovate/codecov-codecov-action-4.x
chore(deps): update codecov/codecov-action action to v4
2024-05-13 10:15:22 +02:00
renovate[bot]
532bf18d34 chore(deps): update codecov/codecov-action action to v4 2024-05-13 08:11:38 +00:00
Daniel Hofstetter
2ddfed1d76 lscpu: make --help & --version work 2024-05-13 09:33:25 +02:00
sisungo
c9ee7d6447 Implement ctrlaltdel (#31)
* Implement ctrlaltdel

* Add tests for `ctrlaltdel`

* Bless the unit tests on unsupported platforms
2024-05-12 13:37:17 +02:00
Daniel Hofstetter
ec1683a063 tests/util.rs: disable unexpected_cfgs lint 2024-05-07 10:48:51 +02:00
Daniel Hofstetter
572f84b1f3 Merge pull request #37 from uutils/renovate/clap_mangen-0.x-lockfile
chore(deps): update rust crate clap_mangen to v0.2.20
2024-05-07 10:45:14 +02:00
renovate[bot]
66516bcfeb chore(deps): update rust crate clap_mangen to v0.2.20 2024-05-07 08:41:32 +00:00
Daniel Hofstetter
fcca32ca13 Merge pull request #39 from uutils/renovate/regex-1.x-lockfile
chore(deps): update rust crate regex to v1.10.4
2024-05-07 10:41:23 +02:00
Daniel Hofstetter
f260d2cbc3 Merge pull request #38 from uutils/renovate/libc-0.x-lockfile
chore(deps): update rust crate libc to v0.2.154
2024-05-07 10:39:58 +02:00
renovate[bot]
b51c0690a4 chore(deps): update rust crate regex to v1.10.4 2024-05-07 08:29:36 +00:00
renovate[bot]
f8f786025e chore(deps): update rust crate libc to v0.2.154 2024-05-07 08:29:30 +00:00
Daniel Hofstetter
78d4daf921 Merge pull request #40 from uutils/renovate/sysinfo-0.x-lockfile
chore(deps): update rust crate sysinfo to v0.30.12
2024-05-07 10:28:00 +02:00
Daniel Hofstetter
994b1af380 Merge pull request #41 from uutils/renovate/textwrap-0.x-lockfile
chore(deps): update rust crate textwrap to v0.16.1
2024-05-07 10:27:40 +02:00
renovate[bot]
3ac16ff313 chore(deps): update rust crate sysinfo to v0.30.12 2024-05-07 08:00:18 +00:00
renovate[bot]
7586d563a9 chore(deps): update rust crate textwrap to v0.16.1 2024-05-07 07:58:37 +00:00
Daniel Hofstetter
749b9b8dd3 Merge pull request #43 from uutils/renovate/clap_complete-4.x-lockfile
chore(deps): update rust crate clap_complete to v4.5.2
2024-05-07 09:56:56 +02:00
Sylvestre Ledru
7820b8d78e Merge pull request #33 from uutils/renovate/uucore-0.x
chore(deps): update rust crate uucore to 0.0.26
2024-05-06 18:04:07 +02:00
renovate[bot]
1a3c4d4203 chore(deps): update rust crate uucore to 0.0.26 2024-05-06 15:56:28 +00:00
renovate[bot]
13adcccbc6 chore(deps): update rust crate clap_complete to v4.5.2 2024-05-06 15:55:25 +00:00
Daniel Hofstetter
56f4da9bc3 Merge pull request #44 from uutils/renovate/tempfile-3.x-lockfile
chore(deps): update rust crate tempfile to v3.10.1
2024-05-06 17:50:03 +02:00
Daniel Hofstetter
14aa2315d1 Merge pull request #42 from uutils/renovate/clap-4.x-lockfile
chore(deps): update rust crate clap to v4.5.4
2024-05-06 17:47:38 +02:00
renovate[bot]
aabb5fa04c chore(deps): update rust crate clap to v4.5.4 2024-05-06 14:30:14 +00:00
Daniel Hofstetter
4629872e5f Cargo.toml: add uudoc as feature 2024-05-06 15:59:08 +02:00
Daniel Hofstetter
cf429883a6 Remove unused imports in tests 2024-05-06 15:58:36 +02:00
renovate[bot]
1012c00743 chore(deps): update rust crate tempfile to v3.10.1 2024-05-06 13:31:26 +00:00
Sylvestre Ledru
bbf1a8e6cd Merge pull request #27 from cakebaker/lscpu_fix_never_loop_lint_error
lscpu: fix `never_loop` lint error
2024-05-06 15:15:27 +02:00
Daniel Hofstetter
d875ddb07e lscpu: fix two "unused variable" warnings 2024-05-06 15:12:11 +02:00
Daniel Hofstetter
2fb5f5e996 lscpu: fix "never_loop" clippy lint 2024-05-06 15:12:11 +02:00
Sylvestre Ledru
89d554129e Merge pull request #32 from cakebaker/mountpoint_fix_clippy_warnings_on_windows
mountpoint: fix two clippy warnings on Windows
2024-05-06 15:11:40 +02:00
Daniel Hofstetter
3a9075987c mountpoint: remove unused imports in test 2024-04-19 09:45:15 +02:00
Daniel Hofstetter
5c033a70f6 mountpoint: fix two clippy warnings on Windows 2024-04-19 09:26:50 +02:00
Sylvestre Ledru
456ebb721c Merge pull request #29 from cakebaker/mountpoint_fix_windows_errors
mountpoint: make it compile on Windows
2024-04-08 14:09:40 +02:00
Daniel Hofstetter
1c467f00a2 mountpoint: make it compile on Windows 2024-04-08 10:29:08 +02:00
Sylvestre Ledru
5c0f7cf9d9 Merge pull request #26 from cakebaker/add_gitignore
Add .gitignore
2024-04-08 09:40:33 +02:00
Daniel Hofstetter
a228e7715c Add .gitignore 2024-04-08 09:32:15 +02:00
Sylvestre Ledru
780edfb65f Merge pull request #25 from JonathonReinhart/patch-1
Update link in README.md to util-linux
2024-04-08 08:55:48 +02:00
Jonathon Reinhart
ae7257d26e Update link to util-linux 2024-04-07 21:10:35 -04:00
Sylvestre Ledru
3105da19f7 Merge pull request #24 from uutils/renovate/uucore-0.x
chore(deps): update rust crate uucore to 0.0.25
2024-03-25 10:15:04 +01:00
renovate[bot]
01d7db8761 chore(deps): update rust crate uucore to 0.0.25 2024-03-24 23:55:43 +00:00
Sylvestre Ledru
fc683a35bd more is mentionned twice 2024-03-02 23:03:53 +01:00
Sylvestre Ledru
a194b64e9c add backquote 2024-03-02 22:55:35 +01:00
Sylvestre Ledru
2b6494475a improve the readme 2024-02-17 22:52:12 +01:00
Sylvestre Ledru
e1bc457869 Merge pull request #12 from cakebaker/ci_replace_actions_rs
ci: fix deprecation warnings by removing `actions-rs/cargo` and `actions-rs/toolchain`
2024-02-10 18:20:28 +01:00
Daniel Hofstetter
126881f3cf ci: use dtolnay/rust-toolchain instead of
unmaintained actions-rs/toolchain
2024-02-10 15:35:47 +01:00
Daniel Hofstetter
3c32dd4ea7 ci: remove actions-rs/cargo & use cargo directly 2024-02-10 15:31:53 +01:00
Sylvestre Ledru
7c7eae1374 improve the readme 2024-01-28 22:52:47 +01:00
Sylvestre Ledru
d986d06d5b Merge pull request #1 from uutils/renovate/configure
Configure Renovate
2024-01-26 21:25:14 +01:00
Sylvestre Ledru
8352da0527 remove renice: moved to https://github.com/uutils/bsdutils 2024-01-26 20:34:00 +01:00