1.3.0 • Published 7 years ago

livestreamer-twitch-followed v1.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Build Status

livestreamer-twitch-followed

CLI app to start livestreamer on a live stream you follow

Install it globally with npm install -g livestreamer-twitch-followed, then use lstf to start it.

:warning: Livestreamer is required for this to have any effect :warning:

If you just want a fast way to open up a Twitch channel in Livestreamer, I recommend you create an alias as demonstrated below.

function lst() {
  if [ "$2" ]
  then
    quality=$2
  else
    quality="best"
  fi

  livestreamer twitch.tv/"$1" "$quality"
}
1.3.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago