sindresorhus / fkill-cli

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

Rewrite in Ink #34

Open sindresorhus opened 6 years ago

sindresorhus commented 6 years ago

https://github.com/vadimdemedes/ink

It's much better than Inquirer and results in more maintainable code.

We could use: https://github.com/maticzav/ink-autocomplete

Example of a CLI using Ink: https://github.com/sindresorhus/emoj/blob/master/ui.js

Sunshine168 commented 6 years ago

Hi, i will try it

sindresorhus commented 1 year ago

See the initial attempt and feedback here: https://github.com/sindresorhus/fkill-cli/pull/83