App-ansiecho
view release on metacpan or search on metacpan
As with the `-C` option, `-F` defines a format which is applied to
all arguments until option **-E** found. Format string have to include
single `%s` placeholder.
ansiecho Follow the -CYS -F ' %s ' Yellow Brick Road
Option **-C** and **-F** can be used repeatedly, and they will take
effect in the reverse order of their appearance.
Next command show argument `A` in underline/bold with blinking red
arrow.
ansiecho -cRF -f'->%s' -cUD A B C
Next one does the same thing for all arguments.
ansiecho -CRF -F'->%s' -CUD A B C
â â â
- **-E**
or color names enclosed by angle bracket :
<red> <blue> <green> <cyan> <magenta> <yellow>
<aliceblue> <honeydew> <hotpink> <moccasin>
<medium_aqua_marine>
with other special effects :
N None
Z 0 Zero (reset)
D 1 Double strike (boldface)
P 2 Pale (dark)
I 3 Italic
U 4 Underline
F 5 Flash (blink: slow)
Q 6 Quick (blink: rapid)
S 7 Stand out (reverse video)
H 8 Hide (concealed)
X 9 Cross out
E Erase Line
script/ansiecho view on Meta::CPAN
As with the C<-C> option, C<-F> defines a format which is applied to
all arguments until option B<-E> found. Format string have to include
single C<%s> placeholder.
ansiecho Follow the -CYS -F ' %s ' Yellow Brick Road
Option B<-C> and B<-F> can be used repeatedly, and they will take
effect in the reverse order of their appearance.
Next command show argument C<A> in underline/bold with blinking red
arrow.
ansiecho -cRF -f'->%s' -cUD A B C
Next one does the same thing for all arguments.
ansiecho -CRF -F'->%s' -CUD A B C
â â â
=item B<-E>
script/ansiecho view on Meta::CPAN
or color names enclosed by angle bracket :
<red> <blue> <green> <cyan> <magenta> <yellow>
<aliceblue> <honeydew> <hotpink> <moccasin>
<medium_aqua_marine>
with other special effects :
N None
Z 0 Zero (reset)
D 1 Double strike (boldface)
P 2 Pale (dark)
I 3 Italic
U 4 Underline
F 5 Flash (blink: slow)
Q 6 Quick (blink: rapid)
S 7 Stand out (reverse video)
H 8 Hide (concealed)
X 9 Cross out
E Erase Line
( run in 2.137 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )