diff options
author | Peter Wang <novalazy@gmail.com> | 2010-05-13 00:59:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:59:31 +0200 |
commit | 60e777549fb71112a613144d28eceb555a8e2481 (patch) | |
tree | c44d2f25e5b35fc9341e040b36c9bccdffabb10c /misc/tal/README | |
parent | fdce8ff1dea79e75c352d16543b6fad7def7f93d (diff) | |
download | slackbuilds-60e777549fb71112a613144d28eceb555a8e2481.tar.gz |
misc/tal: Added to 13.0 repository
Diffstat (limited to 'misc/tal/README')
-rw-r--r-- | misc/tal/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/tal/README b/misc/tal/README new file mode 100644 index 0000000000..6ce9451a97 --- /dev/null +++ b/misc/tal/README @@ -0,0 +1,6 @@ +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. |