slackbuilds/misc/tal
B. Watson fd360b2054
misc/tal: Fix .info file and compile warnings.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-25 09:18:10 +07:00
..
README misc/tal: Fix .info file and compile warnings. 2023-02-25 09:18:10 +07:00
slack-desc misc/tal: New maintainer. 2018-01-24 10:24:07 +00:00
tal.SlackBuild misc/tal: Fix .info file and compile warnings. 2023-02-25 09:18:10 +07:00
tal.info misc/tal: Fix .info file and compile warnings. 2023-02-25 09:18:10 +07:00

README

tal (trailer alignment filter)

tal is a filter that reads in lines from standard input. The lines are
sent to standard output with common trailing characters aligned so that
they all begin and end on the same column of text. This can be used to
repair 'broken boxes' or align the backslashes on long macro definitions
in C programs. But tal will work on any kind of common ending and is
especially useful as a filter for the vim text editor.

Example: tal turns this:

  /* foo   */
  /* bar */
  /* blah blah blah */

...into this:

  /* foo            */
  /* bar            */
  /* blah blah blah */