Hacker News new | ask | show | jobs
by ChiefOBrien 1523 days ago
And then you encounter some ancient apps without GNU readline support (oracle sqlplus and mysql, I'm looking at both of you). No history support, cursor keys emit characters on the line, literal hell when trying to quickly fix remote database...
2 comments

I ran into this recently with the default sftp shell on macOS. Tab makes a tab character also. Very annoying.
rlwrap [1] may be able to help

[1] https://github.com/hanslub42/rlwrap