Skip to content

Commit

Permalink
Add scroll function to slow cat down
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jul 19, 2022
1 parent 554e568 commit d9693cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,10 @@ function colors() {
done
}

# Slow cat down
function scroll() {
# brew install pv
cat $1 | pv --quiet --line-mode --rate-limit 2500
}

############################################################

0 comments on commit d9693cd

Please sign in to comment.