Commit Graph

207 Commits

Author SHA1 Message Date
Tuomas Tynkkynen 0849fe2436 ps: Implement --deselect flag 2025-11-03 12:30:32 +02:00
Tuomas Tynkkynen 0d4b961446 ps: Support --no-headers flag 2025-11-03 12:30:30 +02:00
Daniel Hofstetter 78412b327f tests: make some imports linux-only 2025-09-07 13:47:28 +02:00
Daniel Hofstetter f8737149f0 tests: remove unused imports 2025-09-07 13:47:28 +02:00
Bluemangoo 1b3fdf7f87 top: fix panic caused by picker 2025-09-04 19:24:28 +08:00
Bluemangoo dbad086453 top: implement basic tui 2025-09-03 16:12:17 +08:00
Tuomas Tynkkynen 7dfeb46721 ps: Implement -l, -ly, -X field selection flags 2025-08-14 18:11:39 +03:00
Krysztal Huang 2e3fe79fd3 Merge pull request #492 from dezgeg/ps-fields
ps: Implement bunch of field selection flags
2025-08-14 21:18:42 +08:00
Krysztal Huang 55ccd9b04b Merge branch 'main' into ps-fields 2025-08-14 21:10:04 +08:00
Bluemangoo f1972d1555 snice&skill: implement interactive 2025-08-14 09:33:27 +08:00
Tuomas Tynkkynen 9518c429aa ps: Implement bunch of field selection flags 2025-08-13 17:10:24 +03:00
Daniel Hofstetter 1c70e0227e Merge pull request #466 from Bluemangoo/feature/skill
skill: add basic implementation
2025-08-08 16:19:37 +02:00
Bluemangoo a0e61a90c7 skill: add basic implementation 2025-08-07 10:28:32 +08:00
Bluemangoo 3d5bcda86b pkill: add test for --queue 2025-08-07 10:22:40 +08:00
Bluemangoo 19a1c37236 vmstat: implement --disk --disk-sum --partition 2025-07-31 18:07:26 +08:00
Bluemangoo 6a64f1bc82 vmstat: implement --forks 2025-07-30 17:18:53 +08:00
Bluemangoo ad8598e116 vmstat: add test for --stats 2025-07-26 21:48:33 +08:00
estodi 7ec4a414ad pmap: implemented --range option (#461)
* pmap: implemented range option

* pmap: added tests for range option

* fixed lint errors

---------

Co-authored-by: Krysztal Huang <krysztal.huang@outlook.com>
2025-07-15 15:11:03 +02:00
estodi 8f14e7b03e pmap: fixed padding of Address, Offset, and Device fields (#458)
* pmap: fixed padding of Address, Offset, and Device fields

* pmap: fixed tests for more and most extended formats
2025-07-06 16:55:57 +02:00
estodi e6261faad1 pmap: implemented rc options (#456)
* pmap: implemented rc options

* pmap: added tests for rc options

* fixed lint errors

* pmap: updated test_default_rc to run only in CI

* Update src/uu/pmap/src/pmap.rs

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* Update src/uu/pmap/src/pmap.rs

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-07-03 16:08:41 +02:00
Krysztal Huang f6737ff8bf chores: make clippy happy 2025-06-27 16:49:30 +08:00
Tuomas Tynkkynen fb0be28256 pgrep/pidwait/pkill: Implement --env 2025-06-24 03:06:25 +03:00
Bluemangoo f3860a7640 vmstat: add test for --timestamp 2025-06-03 22:27:30 +08:00
estodi 9e562bbe41 pmap: implemented quiet option (#423)
* pmap: implemented quiet option

* pmap: added tests for quiet option

* pmap: fixed quiet option handling in tests

* Update src/uu/pmap/src/pmap.rs

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-05-21 17:01:19 +02:00
Tuomas Tynkkynen 725ed3e750 pgrep/pkill/pidwait: Implement --ignore-ancestors 2025-05-19 19:00:34 +03:00