File: 173_help_text.txt

package info (click to toggle)
boxes 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,800 kB
  • sloc: ansic: 10,566; lex: 517; sh: 503; makefile: 309; yacc: 272; lisp: 78
file content (33 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
:ARGS
--help
:INPUT
:OUTPUT-FILTER
s/^(.+?-e, --eol .+?default: )\w+]/\1EOL_DEFAULT]/
s/^(.+?-f, --config .+?default: ).*/\1GLOBAL_CONFIG]/
s/^(.+?-n, --encoding .+?default: ).*/\1CHARSET_DEFAULT]/
:EXPECTED
boxes - draws any kind of box around your text (or removes it)
        Website: https://boxes.thomasjensen.com/
Usage:  boxes [options] [infile [outfile]]
  -a, --align <fmt>     Alignment/positioning of text inside box [default: hlvt]
  -c, --create <str>    Use single shape box design where str is the W shape
      --color           Force output of ANSI sequences if present
      --no-color        Force monochrome output (no ANSI sequences)
  -d, --design <name>   Box design [default: first one in file]
  -e, --eol <eol>       Override line break type (experimental) [default: EOL_DEFAULT]
  -f, --config <file>   Configuration file [default: GLOBAL_CONFIG]
  -h, --help            Print usage information
  -i, --indent <mode>   Indentation mode [default: box]
  -k <bool>             Leading/trailing blank line retention on removal
      --kill-blank      Kill leading/trailing blank lines on removal (like -k true)
      --no-kill-blank   Retain leading/trailing blank lines on removal (like -k false)
  -l, --list            List available box designs w/ samples
  -m, --mend            Mend (repair) box
  -n, --encoding <enc>  Character encoding of input and output [default: CHARSET_DEFAULT]
  -p, --padding <fmt>   Padding [default: none]
  -q, --tag-query <qry> Query the list of designs by tag
  -r, --remove          Remove box
  -s, --size <wxh>      Box size (width w and/or height h)
  -t, --tabs <str>      Tab stop distance and expansion [default: 8e]
  -v, --version         Print version information
:EOF