README (593B)
1 ┏━┓╻┏ ┏━┓┏━┓╻ ╻ 2 ┗━┓┣┻┓┣┳┛┃ ┃┃ ┃ 3 ┗━┛╹ ╹╹┗╸┗━┛┗━╸┗━╸ 4 -- by z3bra 5 =========================== 6 7 Skroll is a small utility that you can use to make a text scroll. 8 Pipe text to it, and it will scroll a given number of letters from right to 9 left. 10 11 You can pass a few options to it, to change its behavior: 12 13 # loop indefinitely 14 echo shblah | skroll -l 15 16 # output <n> chars at a time 17 echo shblah | skroll -n 3 18 19 # rotate letters every <x> seconds 20 echo shblah | skroll -d 0.25