Skip to content

Commit 45d84e6

Browse files
authored
Merge pull request #25 from Avivbens/feat/kill-processes-support-by-resources-command
2 parents 15053ac + 58e9c3b commit 45d84e6

File tree

4 files changed

+361
-52
lines changed

4 files changed

+361
-52
lines changed

projects/packages/kill-process/.fast-alfred.config.cjs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ Search through your operating system's processes by name, port, PID, or path –
2020
2121
## Options
2222
23-
'!' - Search for processes by name, port, PID, or path.
24-
'!!' - Same, but kill with 'sudo' permission.
25-
'!!!' - Search & show by port
23+
\`!\` - Search for processes by name, port, PID, or path.
24+
\`!!\` - Same, but kill with \`sudo\` permission.
25+
\`!!!\` - Search & show by port
26+
27+
#### With resource consumption sorting
28+
29+
\`!m\` - Search for processes, sorted by memory usage.
30+
\`!c\` - Search for processes, sorted by CPU usage.
31+
2632
2733
To view the workflow codebase, click here:
2834
${homepage}

0 commit comments

Comments
 (0)