Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Last active December 31, 2019 22:32
Show Gist options
  • Save austinsonger/39c5c1ac4742b98122729edd25432bb3 to your computer and use it in GitHub Desktop.
Save austinsonger/39c5c1ac4742b98122729edd25432bb3 to your computer and use it in GitHub Desktop.
Terminal Record with ttyStudio
sudo apt install -y gcc-c++ make
sudo curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash -
sudo apt install -y nodejs
sudo apt install -y npm
sudo npm install ttystudio
# ttystudio linoxide.gif
# Just run this above command, it will open up a fresh window to start up with recording. Once you're done press "CTRL+Q" to end recording.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment