Today I Learned - Rocky Kev

TIL asciinema

POSTED ON:

TAGS:

A frequent scenario that I use to teach my team is recording videos of doing terminal commands.

There's a sweet terminal program called asciinema built just for this.

brew install asciinema

Here's an example:
asciicast


Related TILs

Tagged:

TIL using the find command

find [path] -user [username] [options]

TIL Find Command

I wanted to look for files with a specific extension. You can do that with ls *.(mp3|exe|mp4)

TIL playing Tetris inside Zsh

If you're using a Mac, you're probably using iTerm. 1. Load iTerm 2. launch emacs. 3. Launch Tetris.