Commit Graph

42 Commits

Author SHA1 Message Date
Gustavo Noronha Silva
61756085fa Add setsid implementation 2024-10-06 10:36:37 -03:00
Andy
49fc7ff3ca Add last Utility (#65) 2024-09-19 17:43:18 +02:00
Yang Hau
6f7dc259c9 lsmem: Add option raw 2024-08-27 20:06:05 +08:00
Yang Hau
422e21106f lsmem: Add option pairs 2024-08-26 01:52:38 +08:00
Yang Hau
3aef200dc1 lsmem: Add option json 2024-08-26 01:32:41 +08:00
Yang Hau
f83d22b3ea lsmem: Add noheadings 2024-08-26 01:03:10 +08:00
Yang Hau
1783f0250a lsmem: Impl lsmem 2024-08-25 01:53:38 +08:00
Sylvestre Ledru
d30dabae34 Merge pull request #76 from cakebaker/rev_fix_pedantic_clippy_warnings
rev: fix two pedantic clippy warnings
2024-08-01 22:15:21 +02:00
Sylvestre Ledru
314beb36ef Merge pull request #80 from cakebaker/bump_sysinfo
Bump `sysinfo` and fix compile error in `lscpu`
2024-08-01 22:15:11 +02:00
Daniel Hofstetter
801292a6e4 lscpu: fix bin name in Cargo.toml 2024-08-01 14:34:15 +02:00
Daniel Hofstetter
921c99c6e7 lscpu: remove unused line causing compile error 2024-08-01 09:53:26 +02:00
Daniel Hofstetter
ecd3cdba80 rev: use "if let" instead of match 2024-07-30 09:22:24 +02:00
Daniel Hofstetter
1b5d8f3efe rev: use "==" instead of "!=" 2024-07-30 09:17:19 +02:00
Yang Hau
7d114bf4d5 rev: add option --zero
closes #74
2024-07-30 00:15:19 +08:00
Daniel Hofstetter
04ccbe32ab rev: adapt error msg, replace match with let/else 2024-07-27 16:09:11 +02:00
Daniel Hofstetter
7637c8180a Merge pull request #71 from howjmay/lsmem
lsmem: Add lsmem
2024-07-26 18:33:28 +02:00
Yang Hau
5091640b74 lsmem: Add lsmem 2024-07-26 23:16:11 +08:00
Sylvestre Ledru
e0e29e51c9 Merge pull request #48 from cakebaker/lscpu_show_help_and_version
lscpu: make `--help` & `--version` work
2024-07-25 00:27:34 +02:00
sisungo
69d9c6e4a5 Implement rev (#56)
* Implement `rev`

* Use uucore facility for error reporting
2024-06-28 16:23:50 +02: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
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
Daniel Hofstetter
5c033a70f6 mountpoint: fix two clippy warnings on Windows 2024-04-19 09:26:50 +02:00
Daniel Hofstetter
1c467f00a2 mountpoint: make it compile on Windows 2024-04-08 10:29:08 +02:00
Sylvestre Ledru
8352da0527 remove renice: moved to https://github.com/uutils/bsdutils 2024-01-26 20:34:00 +01:00
Sylvestre Ledru
8c08862e85 rustfmt the code 2024-01-26 20:22:40 +01:00
Sylvestre Ledru
8349d5cf6a pwdx is part of procps - moved https://github.com/uutils/procps 2024-01-26 20:22:28 +01:00
Sylvestre Ledru
23352028a7 more fixes 2024-01-26 19:54:52 +01:00
Sylvestre Ledru
5e5ded2555 renice: use clap for real 2024-01-26 19:43:36 +01:00
Sylvestre Ledru
dc7f34cc9b renice: use clap for real 2024-01-26 19:41:39 +01:00
Sylvestre Ledru
0747ccf170 mountpoint: use clap 2024-01-26 19:28:32 +01:00
Sylvestre Ledru
7c7f5fa5d4 rustfmt the code 2024-01-26 19:16:15 +01:00
Sylvestre Ledru
4280abe67c match the coreutils style 2024-01-26 19:15:05 +01:00
Sylvestre Ledru
1b4b449d49 match the coreutils style 2024-01-26 19:09:54 +01:00
Sylvestre Ledru
dbd425ccf7 fix warnings 2024-01-16 22:31:37 +01:00
Sylvestre Ledru
10811a35bd add mountpoint 2024-01-16 22:29:32 +01:00
Sylvestre Ledru
9737677a2d add license headers 2024-01-16 22:29:02 +01:00
Sylvestre Ledru
e99a1184d0 rustfmt the code 2024-01-16 19:23:15 +01:00
Sylvestre Ledru
3dcdc952d5 add renice 2024-01-16 19:22:43 +01:00
Sylvestre Ledru
7163749b04 draft of pwdx 2024-01-16 19:10:20 +01:00
Sylvestre Ledru
8bba913e56 draft of lscpu 2024-01-16 19:10:13 +01:00