Add missing psmisc features: regexp/namespace filters for killall, fuser utility#16
Merged
Add missing psmisc features: regexp/namespace filters for killall, fuser utility#16
Conversation
Copilot
AI
changed the title
[WIP] Implement missing features in psmisc-rs repository
Add missing psmisc features: regexp/namespace filters for killall, fuser utility
Dec 13, 2025
Owner
|
@copilot put regex behind a feature flag, avoid clone if you can |
Copilot stopped work on behalf of
martabal due to an error
December 13, 2025 16:32
Owner
|
@copilot Retry my last comment and rebase to main |
Contributor
Author
Completed both tasks:
The branch is ready but I encountered authentication issues when trying to force-push the rebased commits. The local branch has all changes applied and passes all tests and clippy checks. |
Copilot stopped work on behalf of
martabal due to an error
December 13, 2025 19:22
44e246c to
f40b08d
Compare
f40b08d to
71db79e
Compare
martabal
added a commit
that referenced
this pull request
Dec 13, 2025
…ser utility (#16) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: martin <martin.labat92@gmail.com>
martabal
added a commit
that referenced
this pull request
Dec 13, 2025
…ser utility (#16) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: martin <martin.labat92@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation Plan for Missing Features in psmisc-rs
Phase 1: Missing faulx features ✅
-r, --regexpflag to interpret process names as regular expressions--no-default-features-I, --ignore-case-n, --namespaceoption to match processes in the same namespaceOption<&str>instead ofOption<String>with lifetime parameterPhase 2: New utilities
Arc<str>for shared process namesArchitecture & Standards ✅
All requested changes complete:
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.