Terminal Utilities

Terminal utilities in the CLI.

disseminate.cli.term.fill_string(start, end, start_len=None, end_len=None, spacer=' ', width=None)

Prints a start string and end string to fill a line on the terminal using the spacer character.

disseminate.cli.term.term_width()

Retrieve the current width of the terminal.