Join Nostr
2025-03-24 19:22:41 UTC
in reply to

Akkana Peck on Nostr: nprofile1q…w8j4m nprofile1q…56m2n +1 on rlwrap, it makes apps like sqlite3 a lot ...

+1 on rlwrap, it makes apps like sqlite3 a lot more friendly.

On script: I use it for capturing input and output from an interactive terminal session so I can search through it to see the details of whatever error I'm trying to debug. Redirection and | tee don't work so well with interactive read-eval-print loop based programs, so script comes to the rescue for those. It's also helpful when you need to capture what happens in a sequence of different commands.