joker

quan 2019-08-26T15:05:12.018900Z

I use (read-line) to read the input from command, how can I hide the input when user typing (in case of password)?

quan 2019-08-26T15:05:49.019600Z

on Java I found this https://docs.oracle.com/javase/7/docs/api/java/io/Console.html#readPassword%28%29, but don't know about Joker with golang

jcburley 2019-08-28T01:51:47.019800Z

Joker doesn’t currently provide this, but perhaps it could via one of the methods described here: https://stackoverflow.com/questions/2137357/getpasswd-functionality-in-go

jcburley 2019-08-28T01:53:45.020200Z

(Adding support for external libraries to my gostd fork is on my to-do list. Not sure whether I’ll get to that while on vacation, as I am right now, but have started playing around with adding that capability already during some pleasant down time.)