酷终端的话


4

我总是看到很棒的终端提示词或者你称之为下面的那些词。

有没有人知道可以制作这样的文字的实用程序?

              ___       ___       ___       ___       ___
             /\  \     /\  \     /\  \     /\  \     /\  \
            /::\  \   /::\  \   /::\  \   /::\  \   /::\  \
           /::\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\
           \;:::/  / \:\/:/  / \:\ \/__/ \:\ \/__/ \:\/:/  /
            |:\/__/   \::/  /   \:\__\    \:\__\    \::/  /
             \|__|     \/__/     \/__/     \/__/     \/__/


Answers:


14

Figlet 是这个的标准实用程序。

$ echo 'stackoverflow' | figlet
     _             _                        __ _               
 ___| |_ __ _  ___| | _______   _____ _ __ / _| | _____      __
/ __| __/ _` |/ __| |/ / _ \ \ / / _ \ '__| |_| |/ _ \ \ /\ / /
\__ \ || (_| | (__|   < (_) \ V /  __/ |  |  _| | (_) \ V  V / 
|___/\__\__,_|\___|_|\_\___/ \_/ \___|_|  |_| |_|\___/ \_/\_/  

$ echo 'test' | figlet -f ./isometric1.flf 
      ___           ___           ___           ___     
     /\  \         /\  \         /\  \         /\  \    
     \:\  \       /::\  \       /::\  \        \:\  \   
      \:\  \     /:/\:\  \     /:/\ \  \        \:\  \  
      /::\  \   /::\~\:\  \   _\:\~\ \  \       /::\  \ 
     /:/\:\__\ /:/\:\ \:\__\ /\ \:\ \ \__\     /:/\:\__\
    /:/  \/__/ \:\~\:\ \/__/ \:\ \:\ \/__/    /:/  \/__/
   /:/  /       \:\ \:\__\    \:\ \:\__\     /:/  /     
   \/__/         \:\ \/__/     \:\/:/  /     \/__/      
                  \:\__\        \::/  /                 
                   \/__/         \/__/                  



2
Figlet可在MacPorts上使用,便于安装。
Chealion

0

Linux上还有另一个项目支持FIGlet的字体,并且主要与命令行兼容。 一个 厕所 :)

但我没有在mac上尝试过。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.