林博仁 Buo-ren Lin
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # 在 Linux 命令列界面中繪製文字方塊<br><small>——學習如何於 Linux 終端機內使用 boxes 工具繪製帶有文字的圖形,來讓你想說的話鶴立雞群</small> :::info 原文:[Drawing boxes at the Linux command line](https://opensource.com/article/18/12/linux-toy-boxes) 原作者:[Jason Baker (Red Hat)](https://opensource.com/users/jason-baker) 台灣中文譯者:[林博仁](https://lin-buo-ren.github.io) 編譯團隊註:這一系列文章是 opensource.com 搭配降臨節日曆(Advent calendar)所推出的一系列 Linux 命令列小工具介紹。所謂的「降臨節日曆」簡單地說,就是一個小日曆,每一天是一格,從 12 月 1 日開始,每天可以從格子中取出一個小禮物,直到聖誕節到來為止。因此在這一系列中,我們將會介紹 24 個有趣的 Linux 終端機、命令列上的小工具。 ::: ![Linux 小玩意:boxes](https://opensource.com/sites/default/files/styles/image-full-size/public/uploads/linux-toy-boxes.png "Linux 小玩意:boxes") 圖片由*Jason Baker*提供 我們 24 個 Linux 終端機玩意中第一個玩意是一個叫做 boxes 的軟體。為什麼從 boxes 開始介紹起呢?因為在後面的介紹中,我們會常常用到這個玩意來包裝! 在我的 Fedora 電腦上 boxes 並沒有被預設安裝,但它在我的作業系統散佈版預設軟體倉庫中,所以要安裝它只需要簡單地執行: <code>$ sudo dnf install boxes</code> 即可。在 Debian/Ubuntu 上則用 <code>$ sudo apt install boxes</code> 來安裝。當然如果您使用其他的 GNU/Linux 作業系統散布版,有很大的可能性您也可以透過預設的軟體庫直接安裝。 Boxes 是個我非常希望能在我高中與大學的資訊科學課程時期能擁有的工具,因為在我的老師們用意良善地堅持下,我必須在每個來源程式碼檔案、函式、程式碼區塊等等的開頭放上特別指定風格的註解: ``` /***************/ /* Hello World */ /***************/ ``` 事實證明,當你加了幾行文字之後將它們正確地格式化會變得非常地,嗯,繁瑣。所以 Boxes 就派上用場了。Boxes 是個將文字區塊用一個 ASCII 藝術風格的外框包住的簡單工具。它內建了用於來源程式碼註解的多個預設外框風格以及其他的功能項目。 使用上非常簡單。透過 shell 的 pipe 功能我可以將一個簡短的問候語塞到一個文字框中。下列命令: <code>$ cat greeting.txt | boxes -d diamonds -a c</code> 會帶給我們如下的輸出結果: ``` /\ /\ /\ /\//\\/\ /\//\\/\ /\//\\/\ /\//\\\///\\/\//\\\///\\/\//\\\///\\/\ //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ \\//\/ \/\\// \/ \/ /\ I'm wishing you all a /\ //\\ joyous holiday season //\\ \\// and a Happy Gnu Year! \\// \/ \/ /\ /\ //\\/\ /\//\\ \\///\\/\//\\\///\\/\//\\\///\\/\//\\\// \/\\///\\\//\/\\///\\\//\/\\///\\\//\/ \/\\//\/ \/\\//\/ \/\\//\/ \/ \/ \/ ``` 或者來點更有娛樂效果的東西,如: <code>$ echo "I am a dog" | boxes -d dog -a c</code> 輸出結果應該很好猜吧: ``` __ _,--="=--,_ __ / \." .-. "./ \ / ,/ _ : : _ \/` \ \ `| /o\ :_: /o\ |\__/ `-'| :="~` _ `~"=: | \` (_) `/ .-"-. \ | / .-"-. .---{ }--| /,.-'-.,\ |--{ }---. ) (_)_)_) \_/`~-===-~`\_/ (_(_(_) ( ( I am a dog ) ) ( '---------------------------------------' ``` Boxes 內建[許多設定選項](http://boxes.thomasjensen.com/examples.html)來調整邊距設定(padding)、調整位置,甚至是處理正規表達式。您可以在[該專案的首頁](https://boxes.thomasjensen.com/)了解更多它的用法,或是到 [GitHub](https://github.com/ascii-boxes/boxes) 下載其來源程式碼,甚至是貢獻您自己的外框風格。事實上,如果您正在想要貢獻什麼的話,我可以給您一個主意:何不實作一個聖誕節禮物呢? ``` _ _ /_\/_\ _______\_\/_/_______ | ///\\\ | | /// \\\ | | | | "Happy pull | | request!" | |____________________| ``` Boxes 以第二版 GNU 通用公眾授權條款釋出。 您有最喜歡的命令列小工具,認為我們應該要介紹的嗎?可以在下方留言給我們。 或是來瞧瞧明天的命令列小玩意:[在 Linux 終端機內開火車](https://hackmd.io/9PRxCkGuQaSQUhVSP9u-Hg)。

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully