NickCarneiro / remtail

tail log files from multiple remote hosts
MIT License
137 stars 5 forks source link

Switch over to using Inquirer #12

Open mjpitz opened 9 years ago

mjpitz commented 9 years ago

A slightly nicer way of prompting users for information. Personal Preference: I think it works a bit more reliably than readsync.

https://www.npmjs.com/package/inquirer

NickCarneiro commented 9 years ago

This does look more user-friendly. We would have to restructure the main method to work with callbacks.

On Wed, Mar 4, 2015 at 2:05 PM, Jeremy Pitzeruse notifications@github.com wrote:

A slightly nicer way of prompting users for information. Personal Preference: I think it works a bit more reliably than readsync.

https://www.npmjs.com/package/inquirer

— Reply to this email directly or view it on GitHub https://github.com/NickCarneiro/remtail/issues/12.

NickCarneiro commented 9 years ago

The biggest problem with the current package is a bug where quitting remtail with CTRL-C inside a password prompt keeps your input hidden.