Termline

A simple Bash script for drawing coloured lines across the width of a terminal.

You can find the source file on Github.

Interface

$ termline --help

Usage: termline [FLAG] [ARGS]

  Prints coloured lines across the width of the terminal. Colours
  can be specified by name or using a numerical colour-code
  between 0 and 255.

  Color names:

    • black           • bright-black (grey, gray)
    • red             • bright-red
    • green           • bright-green
    • yellow          • bright-yellow
    • blue            • bright-blue
    • magenta         • bright-magenta
    • cyan            • bright-cyan
    • white           • bright-white

Arguments:
  [colors]          Colour names or codes.

Flags:
  -h, --help        Print this help text and exit.

License

This work has been placed in the public domain.