Files
tldr/pages.zh/common/boxes.md

32 lines
810 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 盒子
> 绘制、移除和修复 ASCII 艺术盒子。
> 更多信息:<https://boxes.thomasjensen.com/boxes-man-1.html>。
- 绕字符串绘制一个盒子:
`echo "{{string}}" | boxes`
- [r]emove 从字符串中移除一个盒子:
`echo "{{string}}" | boxes -r`
- 指定盒子 [d]esign
`echo "{{string}}" | boxes -d {{parchment}}`
- 指定盒子 [s]ize以列和行为单位
`echo "{{string}}" | boxes -s {{10}}x{{5}}`
- [a]lign 盒子文本 [h]orizontally在 [l]eft、[c]enter 或 [r]ight
`echo "{{string}}" | boxes -a h{{l|c|r}}`
- [a]lign 盒子文本 [v]ertically在 [t]op、[c]enter 或 [b]ottom
`echo "{{string}}" | boxes -a v{{t|c|b}}`
- [j]ustify 盒子文本(在 [l]eft、[c]enter 或 [r]ight
`echo "{{string}}" | boxes -a j{{l|c|r}}{{vt}}`