yds12 / guarakapa

Password manager for the terminal.
MIT License
3 stars 1 forks source link

Treat errors when piping to the program #6

Closed yds12 closed 2 years ago

yds12 commented 2 years ago

Command echo a | kapa ls (for example) causes a panic. Fix this.

yds12 commented 2 years ago

Solved by using termion instead of scanpw.