Last active
December 31, 2019 22:32
-
-
Save austinsonger/39c5c1ac4742b98122729edd25432bb3 to your computer and use it in GitHub Desktop.
Terminal Record with ttyStudio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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