mattn / go-tty

MIT License
211 stars 18 forks source link

More description in readme #48

Open godalming123 opened 1 year ago

godalming123 commented 1 year ago

Simple TTY utility

This does not help me understand what this does, instead something like

Simple TTY utilty that allows for:

  • Getting the size of a terminal both in characters and pixels
  • Reading individual keypresses for any key
  • Allowing the user to input strings/passwords
  • And anything else this code does which I was not able to find by briefly looking inside

would do a better job