summaryrefslogtreecommitdiffstats
path: root/misc/boxes/README
diff options
context:
space:
mode:
author Daniel F <fordan81@gmail.com>2013-10-26 16:40:37 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-27 23:38:55 -0500
commit4ae48f16f415c8ff91bc770e9856580ca8fa88b6 (patch)
treec5a2e2c7059bff954f341341bfe191a035c5ea95 /misc/boxes/README
parent980e2bf01212a6cf7e224cc9a90f4d7e6b50a201 (diff)
downloadslackbuilds-4ae48f16f415c8ff91bc770e9856580ca8fa88b6.tar.gz
slackbuilds-4ae48f16f415c8ff91bc770e9856580ca8fa88b6.tar.xz
misc/boxes: Added (ASCII Box Drawing)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/boxes/README')
-rw-r--r--misc/boxes/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/boxes/README b/misc/boxes/README
new file mode 100644
index 0000000000..a60dab8b1e
--- /dev/null
+++ b/misc/boxes/README
@@ -0,0 +1,19 @@
+ASCII BOX DRAWING - THE BOXES FILTER PROGRAM
+
+boxes is a text filter which can draw ASCII art boxes around
+its input text. These boxes may also be removed, even if they
+have been badly damaged by editing of the text inside. Since
+boxes may be open on any side, boxes can also be used to
+create regional comments in any programming language. With
+the help of an editor macro or mapping, damaged boxes can
+easily be repaired.
+
+This is useful for making the function headers in your
+programming language look better, for spicing up your news
+postings and emails, or just for decorating your documentation
+files.
+
+New box designs of all sorts can easily be added and shared
+by appending to a free format configuration file. boxes was
+intended to be used with the vim(1) text editor, but can be
+tied to any text editor which supports filters.