Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "--process" option to override searched for process #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

laxsjo
Copy link

@laxsjo laxsjo commented Aug 31, 2024

Adds an option that lets you separate the searched for process name from the command. This is to support commands which start another process, meaning that you can't find the original command using pgrep, like when using flatpaks.

This is based on the fork from #8, so you should probably merge that before merging this.

BTW, feel free to completely change anything in this PR if any implementation details don't suit you, I just quickly threw this together in an afternoon. :)

FlyingpigNZ and others added 3 commits June 26, 2024 21:57
Added option which allows you to separate the string used when searching
for the command using pgrep.
Updated README.md with the new option and tweaked some minor formating
(I hope your fine with this change!).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants