You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jkramer edited this page Feb 19, 2011
·
2 revisions
To tweet tracks from Shell.FM using TTYter, add this to your ~/.shell-fm/.shell-fm.rc.
key0x5A = ttyter -status='Now playing '%t' by '%a' using Shell.FM'
Whenever you press uppercase Z now, a message like 'Now playing Foo by Bar using Shell.FM' will be posted to your account. Note that the format flags (e.g. %t and %a) are already escaped for use in a shell command by Shell.FM, but you still have to properly escape the rest of your command.