神奇的小工具boxes

boxes

Boxes 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.

boxex 是 linux 下的一款命令行工具,可以用字符组成盒子把你的文字包围在里面。
就像下面这样:

    Hello World!  ==>

     __________________
    /\                 \  
    \_|                |  
      |  Hello World!  |  
      |                |  
      |  ______________|_ 
      \_/_______________/
    
    
    /******************/
    /*                */
    /*  Hello World!  */
    /*                */
    /******************/
     
             \\\///
            / _  _ \
          (| (.)(.) |)
    .---.OOOo--()--oOOO.---.
    |                      |
    |     Hello World!     |
    |                      |
    '---.oooO--------------'
         (   )   Oooo.
          \ (    (   )
           \_)    ) /
                 (_/

安装

Debiandebian-based, 如 Ubuntu, 还有 Windows 10 Ubuntu Subsystem,安装都很简单,
只需要命令行执行:

apt-get install boxes

使用

boxes --help 查看帮助。linux工具使用大法,先看帮助。

boxes -l 查看有多少可以使用的盒子格式。 已知有个叫dog的盒子模型。

输入echo "I am testing" | boxes -d dog -a c 将生成:

          __   _,--="=--,_   __
         /  \."    .-.    "./  \
        /  ,/  _   : :   _  \/` \
        \  `| /o\  :_:  /o\ |\__/
         `-'| :="~` _ `~"=: |
            \`     (_)     `/
     .-"-.   \      |      /   .-"-.
.---{     }--|  /,.-'-.,\  |--{     }---.
 )  (_)_)_)  \_/`~-===-~`\_/  (_(_(_)  (
(             I am testing              )
 )                                     (
'---------------------------------------'

-d 参数表示选择哪一个盒子模型,
-a 参数表示对齐方式。

自定义盒子模型

这个工具还支持自定义盒子模型。

其他

    原文作者:好好编程
    原文地址: https://segmentfault.com/a/1190000009076648
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞