cerebroapp / cerebro-kill

📦 Cerebro plugin to kill process by name
9 stars 3 forks source link

Kill option disappearing after typing kill #1

Open joglr opened 7 years ago

joglr commented 7 years ago

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.

KELiON commented 7 years ago

@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?

mehmetsefabalik commented 6 years ago

Same issue, kill plugin is not working.

KELiON commented 6 years ago

@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

Sominemo commented 5 years ago

Same issue image

KELiON commented 5 years ago

@Sominemo can you add log from console?

Sominemo commented 5 years ago

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

image