- (dash separator) ==================
Simple script to print out a separator line, as known as horizontal line or horizontal ruler, in terminal.
By default, to install to /usr/local
, run:
$ make install
Or to /usr
:
$ make install PREFIX=/usr
Or to your home:
$ make install PREFIX=$HOME
To uninstall, use uninstall
target with PREFIX
if supplied during installation.
Usage: - [OPTION]...
Options:
-c change separator character
-u change separator character to '─'
-f change foreground color
-b change background color
-M do not move cursor up
-v print version
-h dunno know
Colors: brightblue yellow red brightwhite blue brightcyan white brightmagenta bg
green black b c bb brightyellow bc g brightred bm k m brightgreen bk bw r br br
ightblack w y cyan magenta by, or something like '1;33m'
This project is licensed under the MIT License.
Copyright (c) 2013, 2014 Yu-Jie Lin