https://github.com/trapd00r/hr
<hr> for your terminal; define a thematic change in content
https://github.com/trapd00r/hr
cli linux terminal terminal-colors
Last synced: 4 months ago
JSON representation
<hr> for your terminal; define a thematic change in content
- Host: GitHub
- URL: https://github.com/trapd00r/hr
- Owner: trapd00r
- Created: 2019-03-18T09:50:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T08:06:16.000Z (over 1 year ago)
- Last Synced: 2025-04-21T18:43:40.575Z (6 months ago)
- Topics: cli, linux, terminal, terminal-colors
- Language: Perl
- Size: 92.8 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
NAME
hr - define a thematic change in the content of a terminal sessionSYNOPSIS
hr [OPTIONS]DESCRIPTION
hr prints a horisontal bar in your terminal. Useful when you run a
chain of commands that might produce a lot of output and you need to
differentiate where a given output is coming from.OPTIONS
-c, --char Character to use
-s, --size Number of columns.
-fg, --fg Foreground color to use. See Term::ExtendedColor
-bg, --bg Background color to use. See Term::ExtendedColor
-b, --bold Use bold
-i, --italic Use italics
-u, --underline Use underline
-r, --reverse Use reverse video-h, --help display this help and exit
-v, --version display version info and exitAUTHOR
Magnus Woldrich
CPAN ID: WOLDRICH
m@japh.se
http://japh.se
http://github.com/trapd00rCOPYRIGHT
Copyright 2019 THIS APPLICATIONs "AUTHOR" and "CONTRIBUTORS" as listed
above.LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.