From 6602f8491c0a7be8ea8ead6a504af3e77ba57a68 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Thu, 10 May 2018 05:17:52 -0700 Subject: [PATCH] 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. --- setup/a2cloud-aliases | 2 +- setup/a2cloud-help.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/a2cloud-aliases b/setup/a2cloud-aliases index a88bb4b..5620e08 100755 --- a/setup/a2cloud-aliases +++ b/setup/a2cloud-aliases @@ -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' diff --git a/setup/a2cloud-help.txt b/setup/a2cloud-help.txt index ee55fa3..2a6d6dd 100644 --- a/setup/a2cloud-help.txt +++ b/setup/a2cloud-help.txt @@ -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