tREADME - skroll - scroll a text to stdout
(HTM) git clone git://z3bra.org/skroll
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tREADME (668B)
---
1 skroll
2 ======
3
4 Skroll is a small utility that you can use to make a text scroll.
5 Pipe text to it, and it will scroll a given number of letters from right to
6 left.
7
8 Installation
9 ------------
10 As easy as 1,2,3! Build and install by issuing the following commands:
11
12 $ make
13 # make install
14
15 Usage
16 -----
17 See the skroll(1) manpage for detailed usage. Here is a quick reference
18 to get started using it:
19
20 # loop indefinitely
21 echo shblah | skroll -l
22
23 # output <n> chars at a time
24 echo shblah | skroll -n 3
25
26 # rotate letters every <x> seconds
27 echo shblah | skroll -d 0.25
28
29 License
30 -------
31 ISC License. See LICENSE file for copyright and license details.