sindresorhus / fkill-cli

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

Add interactive CLI #3

Closed kevva closed 9 years ago

kevva commented 9 years ago

Initial implementation. This needs a nicely outputted list and maybe some colors.

Fixes #1.

sindresorhus commented 9 years ago

Awesome! :)

Can you dim the PID according to the description in https://github.com/sindresorhus/fkill-cli/issues/1?

kevva commented 9 years ago

Yup, fixed! Also changed the sorting to PID instead of name.

sindresorhus commented 9 years ago

Awesome! It's out ;)