Created
August 6, 2025 10:10
-
-
Save alexcastrodev/49807c56223e69b9d64bb9b647f50f2f to your computer and use it in GitHub Desktop.
Record a ASCII buffer
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
# Start record | |
script -q -c 'bundle exec rake parallel:spec' "tmp/rspec-$(git rev-parse --abbrev-ref HEAD)-$(date +%Y%m%d-%H%M%S).txt" | |
# Read with Color ( use tab for autocomplete ) | |
less -R tmp/rspec-xxxx | |
# OR | |
script -q -c 'bundle exec rake parallel:spec' "tmp/rspec.txt" | |
less -R tmp/rspec.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment