Say
A little wrapper script for tweeting things in txtnish.
<<say>>=
#!/bin/sh
read -p "say: " answer
txtnish tweet "$answer"
It is highly recommended to make an alias for rlwrap say
.
Among many things, this allows arrow key movement.
home | index