152 Commits

Author SHA1 Message Date
e5441aa0ba dmesg: add context message to UIoError. 2024-11-17 10:02:11 +07:00
395c634c0c dmesg: add about and usage to command. 2024-11-17 00:09:55 +07:00
635c6955c3 dmesg: add help message to -K and -J options. 2024-11-17 00:00:34 +07:00
e321aeefc3 dmesg: add license header. 2024-11-16 23:43:06 +07:00
16b12c66f2 dmesg: remove unnecessary static lifetime specifier. 2024-11-15 20:05:05 +07:00
62d6c6d509 dmesg: remove underscore from used fields. 2024-11-15 19:15:39 +07:00
d1066420e7 dmesg: implement print json. 2024-11-15 19:05:31 +07:00
a044bece47 dmesg: implement parse function. 2024-11-15 14:56:49 +07:00
fa52b0ed62 dmesg: parse arguments and create essential structs. 2024-11-15 09:48:48 +07:00
44d942da4d dmesg: initialize empty dmesg crate. 2024-11-14 22:47:43 +07:00
61756085fa Add setsid implementation 2024-10-06 10:36:37 -03:00
49fc7ff3ca Add last Utility () 2024-09-19 17:43:18 +02:00
6f7dc259c9 lsmem: Add option raw 2024-08-27 20:06:05 +08:00
422e21106f lsmem: Add option pairs 2024-08-26 01:52:38 +08:00
3aef200dc1 lsmem: Add option json 2024-08-26 01:32:41 +08:00
f83d22b3ea lsmem: Add noheadings 2024-08-26 01:03:10 +08:00
1783f0250a lsmem: Impl lsmem 2024-08-25 01:53:38 +08:00
d30dabae34 Merge pull request from cakebaker/rev_fix_pedantic_clippy_warnings
rev: fix two pedantic clippy warnings
2024-08-01 22:15:21 +02:00
314beb36ef Merge pull request from cakebaker/bump_sysinfo
Bump `sysinfo` and fix compile error in `lscpu`
2024-08-01 22:15:11 +02:00
801292a6e4 lscpu: fix bin name in Cargo.toml 2024-08-01 14:34:15 +02:00
921c99c6e7 lscpu: remove unused line causing compile error 2024-08-01 09:53:26 +02:00
ecd3cdba80 rev: use "if let" instead of match 2024-07-30 09:22:24 +02:00
1b5d8f3efe rev: use "==" instead of "!=" 2024-07-30 09:17:19 +02:00
7d114bf4d5 rev: add option --zero
closes 
2024-07-30 00:15:19 +08:00
04ccbe32ab rev: adapt error msg, replace match with let/else 2024-07-27 16:09:11 +02:00
7637c8180a Merge pull request from howjmay/lsmem
lsmem: Add lsmem
2024-07-26 18:33:28 +02:00
5091640b74 lsmem: Add lsmem 2024-07-26 23:16:11 +08:00
e0e29e51c9 Merge pull request from cakebaker/lscpu_show_help_and_version
lscpu: make `--help` & `--version` work
2024-07-25 00:27:34 +02:00
69d9c6e4a5 Implement rev ()
* Implement `rev`

* Use uucore facility for error reporting
2024-06-28 16:23:50 +02:00
2ddfed1d76 lscpu: make --help & --version work 2024-05-13 09:33:25 +02:00
c9ee7d6447 Implement ctrlaltdel ()
* Implement ctrlaltdel

* Add tests for `ctrlaltdel`

* Bless the unit tests on unsupported platforms
2024-05-12 13:37:17 +02:00
d875ddb07e lscpu: fix two "unused variable" warnings 2024-05-06 15:12:11 +02:00
2fb5f5e996 lscpu: fix "never_loop" clippy lint 2024-05-06 15:12:11 +02:00
5c033a70f6 mountpoint: fix two clippy warnings on Windows 2024-04-19 09:26:50 +02:00
1c467f00a2 mountpoint: make it compile on Windows 2024-04-08 10:29:08 +02:00
8352da0527 remove renice: moved to https://github.com/uutils/bsdutils 2024-01-26 20:34:00 +01:00
8c08862e85 rustfmt the code 2024-01-26 20:22:40 +01:00
8349d5cf6a pwdx is part of procps - moved https://github.com/uutils/procps 2024-01-26 20:22:28 +01:00
23352028a7 more fixes 2024-01-26 19:54:52 +01:00
5e5ded2555 renice: use clap for real 2024-01-26 19:43:36 +01:00
dc7f34cc9b renice: use clap for real 2024-01-26 19:41:39 +01:00
0747ccf170 mountpoint: use clap 2024-01-26 19:28:32 +01:00
7c7f5fa5d4 rustfmt the code 2024-01-26 19:16:15 +01:00
4280abe67c match the coreutils style 2024-01-26 19:15:05 +01:00
1b4b449d49 match the coreutils style 2024-01-26 19:09:54 +01:00
dbd425ccf7 fix warnings 2024-01-16 22:31:37 +01:00
10811a35bd add mountpoint 2024-01-16 22:29:32 +01:00
9737677a2d add license headers 2024-01-16 22:29:02 +01:00
e99a1184d0 rustfmt the code 2024-01-16 19:23:15 +01:00
3dcdc952d5 add renice 2024-01-16 19:22:43 +01:00