cerebroapp/cerebro-kill

Kill option disappearing after typing kill

joglr opened this issue · 6 comments

joglr commented

Hello, I have an issue with using this plugin.
When I typ kil, cerebro autocompletes it and shows the kill-command
image
But when I type the last L or press enter, it disappears.
image

I am using the latest version of cerebro and cerebro kill on Windows 10.

@jonasroessum Hey! I'm not sure that it is an issue. There are two steps: autocomplete and searching for apps. So, when you type kil works autocomplete and suggest you kill – if you select this item than term in search input will be changed to kill.

But when you already have kill in the input, starts working applications search, but you don't have any term search for apps. Maybe it makes sense to show all running apps instead of nothing. What do you think?

Same issue, kill plugin is not working.

@mehmetsefa2644 what do you try to kill? kill plugin doesn't work without argument, when you type kil you see result of autocomplete – kill. But when you've typed kill – it doesn't include argument, so we don't show any results untill you start typing process name, that you want to kill, i.e. kill a will find any process that starts with a

Same issue
image

@Sominemo can you add log from console?

  • Preferences -> Turn on "Developer mode"
  • Preferences -> Turn on "Show in menu bar"
  • After that you can select tray menu -> Development -> Dev. tools (main)

Looks like it tries to call the ps function, which works in PowerShell, but doesn't in cmd:
image

image