Replace ttytter with oysttyer in aliases

We can probably do better with the aliases, but I really think what we
want is a wrapper script that enables readline, ansi, and 280 character
tweets.  An update to oysttyer could remove the need for settings
changes for 280.
This commit is contained in:
T. Joseph Carter 2018-05-10 05:17:52 -07:00
parent 36bf72e9d5
commit 6602f8491c
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ GSHD=/usr/local/share/gsdisks/gsoshd.hdv
ttytter () { ( ansi=; seven=; [[ $(grep ttyUSB <<< $myTTY) || $(grep ttyAMA <<< $myTTY) ]] && { seven="-seven"; [[ $TERM=="ansi" || $TERM=="pcansi" ]] && ansi="-ansi"; }; [[ -f /usr/bin/ttytter ]] && /usr/bin/ttytter -ssl $seven $ansi $@ || /usr/local/bin/ttytter -ssl $seven $ansi $@ ); }
oysttyer () { ( ansi=; seven=; [[ $(grep ttyUSB <<< $myTTY) || $(grep ttyAMA <<< $myTTY) ]] && { seven="-seven"; [[ $TERM=="ansi" || $TERM=="pcansi" ]] && ansi="-ansi"; }; [[ -f /usr/bin/oysttyer ]] && /usr/bin/oysttyer -ssl $seven $ansi $@ || /usr/local/bin/oysttyer -ssl $seven $ansi $@ ); }
alias raspple-update='rasppleii-update'

View File

@ -67,7 +67,7 @@ wget : download a single URL from an FTP or web site
irssi : IRC chat (general purpose)
a2chat : IRC chat (automatically opens to Apple II channel)
a2news : read and post on Usenet discussions (default Apple II topics)
ttytter : tweet like there's no tomorrow
oysttyer : tweet like there's no tomorrow
emulators:
gsport : GSport Apple IIgs emulator