Installation:
mkdir -p ~/.local/bin
curl https://gist.githubusercontent.com/kousu/855c164979af078f623fd44f0e1b5350/raw/6536924551c9de7143492c407f4e584389ba3f9f/showterm > .local/bin/showterm
chmod +x .local/bin/showterm
🏚️Depending on your OS, you may or may not have
~/.local/bin
setup. If not, do:tee -a ~/.profile <<EOF # set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi EOF
And re-login.
$ ./showterm
showterm recording. (Exit shell when done.)
$ run-some-scripts
bash: run-some-scripts: command not found
$ do-some-stuff
bash: do-some-stuff: command not found
$ exit
exit
Uploading...
https://showterm.io/201731a2361a397828528
Apparently this is only necessary so far for Linux. macOS and probably Ubuntu still have an older curl that is still compatible with the older version.