warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.5k stars 376 forks source link

Support PM2 Process Name Autocomplete #5460

Open kang49 opened 2 weeks ago

kang49 commented 2 weeks ago

Dupe Check

Describe the solution you'd like?

I would like the command line to autocomplete process names when using PM2 commands like "pm2 log " or "pm2 delete ". This feature could fetch all process names via the PM2 API (if permissions allow) or use the pm2 list command in background as a fallback. The goal is to suggest the process names for easy autocompletion.

Is your feature request related to a problem? Please describe.

Managing multiple processes in PM2 can be challenging, especially when I can’t recall the exact process names. Autocomplete support would simplify this by helping users quickly find and select the correct process.

Additional context

image

How important is this feature to you?

2

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None