@@@@@@ @@@@@@@ @@@@@@@ @@@@@@ @@@ @@@ @@@@@@@@ @@@@@@@
!@@ !@@ @@! @@@ @@! @@@ @@! @@! @@! @@! @@@
!@@!! !@! @!@!!@! @!@ !@! @!! @!! @!!!:! @!@!!@!
!:! :!! !!: :!! !!: !!! !!: !!: !!: !!: :!!
::.: : :: :: : : : : : :. : : ::.: : : ::.: : : :: :: : : :
scroller is a command line utility that scrolls a line of text.
bash
Clone this repository:
git clone https://github.com/teegre/scroller.git
Then:
make install
make uninstall
scroller -h
scroller -v
scroller [-l <length>] [-d <delay>] [-b <text>] [-e <text>] [-s <separator>] -t <text>
- -h display help screen and exit.
- -v display program version info and exit.
- -l maximum text length (default is 45 characters).
- -d scrolling speed in seconds (default is 0.3 seconds.)
- -b fixed text at the beginning.
- -e fixed text at the end.
- -s separator between start and end of scrolling text (default is " -- ").
- -t text to scroll.