sindresorhus / fkill-cli

Fabulously kill processes. Cross-platform.
MIT License
6.88k stars 159 forks source link

Add support for interactive search #7

Closed kevva closed 8 years ago

kevva commented 8 years ago

Had to downgrade inquirer since there were some issues with 0.10.x and 0.11.x. Doesn't affect our functionality anyway.

Fixes #5.

sindresorhus commented 8 years ago

Had to downgrade inquirer since there were some issues with 0.10.x and 0.11.x

Can you link to the Inquirer issue or create one?

sindresorhus commented 8 years ago

Sweet! Yay for small modules :)

kevva commented 8 years ago

Yay :)!

Can you link to the Inquirer issue or create one?

Not sure one exists yet. Going to investigate if the issue is at Inquirer or the prompt module.

sindresorhus commented 8 years ago

The autocomplete module hooks some internal Inquirer things, so probably there.

sindresorhus commented 8 years ago

@kevva Did you ever open that issue? If so, can you link to it?