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 */
Maintained by: B. Watson
Keywords: alignment filter backslash vim
ChangeLog: tal
Homepage:
https://thomasjensen.com/software/tal/
Download SlackBuild:
tal.tar.gz
tal.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
slack-desc |
tal.SlackBuild |
tal.info |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds