mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-02 10:59:15 +01:00
58 lines
1.6 KiB
HTML
58 lines
1.6 KiB
HTML
<div class="article">
|
|
<div class="well" style="border-color:darkgray;">
|
|
<div class="container-fluid" style="margin-top:1em;">
|
|
<div class="row">
|
|
<div class="col-sm-12" style="padding:0;"><i>Boxes</i> is a command line program that draws a box around its input text. It can remove and repair those boxes, too. You can easily make your own box designs if you wish, but many designs are already provided.</div>
|
|
</div>
|
|
<div class="row bxsample">
|
|
<div class="col-sm-2"><pre class="hidden-md">
|
|
|
|
|
|
</pre><pre class="hidden-xs">
|
|
|
|
|
|
|
|
</pre><pre>Hello World! ==>
|
|
|
|
|
|
</pre></div>
|
|
<div class="col-sm-3"><pre class="hidden-xs hidden-md">
|
|
|
|
|
|
</pre><pre class="hidden-xs"> __________________
|
|
/\ \
|
|
\_| |
|
|
| Hello World! |
|
|
| |
|
|
| ______________|_
|
|
\_/_______________/
|
|
</pre></div><div class="col-sm-1 visible-md-block"> </div>
|
|
<div class="col-sm-3"><pre class="hidden-xs hidden-md">
|
|
|
|
|
|
</pre><pre class="hidden-xs">
|
|
|
|
</pre><pre>/******************/
|
|
/* */
|
|
/* Hello World! */
|
|
/* */
|
|
/******************/
|
|
</pre></div>
|
|
<div class="col-sm-3 hidden-md"><pre> \\\///
|
|
/ _ _ \
|
|
(| (.)(.) |)
|
|
.---.OOOo--()--oOOO.---.
|
|
| |
|
|
| Hello World! |
|
|
| |
|
|
'---.oooO--------------'
|
|
( ) Oooo.
|
|
\ ( ( )
|
|
\_) ) /
|
|
(_/</pre></div>
|
|
<div class="col-sm-1"> </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|