bash-completion.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 02 Jul 2022 19:45:18 +0200
branchv_0
changeset 42 ca216de56ef0
parent 41 e1339b8e838e
permissions -rw-r--r--
allow setting some options through ENV variables (not only CLI arguments)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
# Relational pipes
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
# Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info)
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
#
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
# This program is free software: you can redistribute it and/or modify
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
# it under the terms of the GNU General Public License as published by
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
# the Free Software Foundation, version 3 of the License.
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
#
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
# This program is distributed in the hope that it will be useful,
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
# GNU General Public License for more details.
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
#
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
# You should have received a copy of the GNU General Public License
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
_relpipe_out_tabular_completion() {
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
	local w0 w1 w2 w3
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
	COMPREPLY=()
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
	w0=${COMP_WORDS[COMP_CWORD]}
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
	w1=${COMP_WORDS[COMP_CWORD-1]}
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
	w2=${COMP_WORDS[COMP_CWORD-2]}
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
	w3=${COMP_WORDS[COMP_CWORD-3]}
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
	BOOLEAN_VALUES=(
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
		"true"
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
		"false"
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
	)
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
38
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    30
	TABLE_STYLES=(
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    31
		"rounded"
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    32
		"sharp"
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    33
		"sharp-double"
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    34
		"horizontal-only"
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    35
		"ascii"
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    36
	)
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    37
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    38
	COLOR_SCHEMES=(
39
f33464965693 prepare for configurable color schemes
František Kučera <franta-hg@frantovo.cz>
parents: 38
diff changeset
    39
		"greenish"
f33464965693 prepare for configurable color schemes
František Kučera <franta-hg@frantovo.cz>
parents: 38
diff changeset
    40
		"amberish"
41
e1339b8e838e configurable color schemes: rename monochrome to black-and-white
František Kučera <franta-hg@frantovo.cz>
parents: 39
diff changeset
    41
		"black-and-white"
38
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    42
		"midnight"
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    43
	)
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    44
30
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
	if   [[ "$w1" == "--relation"                      && "x$w0" == "x" ]];    then COMPREPLY=("'.+'")
31
c22577615ce4 rename: --print-types, --print-relation-name, --print-record-count to --write-types, --write-relation-name, --write-record-count
František Kučera <franta-hg@frantovo.cz>
parents: 30
diff changeset
    46
	elif [[ "$w1" == "--write-types"                                    ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
c22577615ce4 rename: --print-types, --print-relation-name, --print-record-count to --write-types, --write-relation-name, --write-record-count
František Kučera <franta-hg@frantovo.cz>
parents: 30
diff changeset
    47
	elif [[ "$w1" == "--write-relation-name"                            ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
c22577615ce4 rename: --print-types, --print-relation-name, --print-record-count to --write-types, --write-relation-name, --write-record-count
František Kučera <franta-hg@frantovo.cz>
parents: 30
diff changeset
    48
	elif [[ "$w1" == "--write-record-count"                             ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
38
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    49
	elif [[ "$w1" == "--table-style"                                    ]];    then COMPREPLY=($(compgen -W "${TABLE_STYLES[*]}" -- "$w0"))
39
f33464965693 prepare for configurable color schemes
František Kučera <franta-hg@frantovo.cz>
parents: 38
diff changeset
    50
	elif [[ "$w1" == "--color-scheme"                                   ]];    then COMPREPLY=($(compgen -W "${COLOR_SCHEMES[*]}" -- "$w0"))
30
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
	else
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
		OPTIONS=(
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
			"--relation"
31
c22577615ce4 rename: --print-types, --print-relation-name, --print-record-count to --write-types, --write-relation-name, --write-record-count
František Kučera <franta-hg@frantovo.cz>
parents: 30
diff changeset
    54
			"--write-types"
c22577615ce4 rename: --print-types, --print-relation-name, --print-record-count to --write-types, --write-relation-name, --write-record-count
František Kučera <franta-hg@frantovo.cz>
parents: 30
diff changeset
    55
			"--write-relation-name"
c22577615ce4 rename: --print-types, --print-relation-name, --print-record-count to --write-types, --write-relation-name, --write-record-count
František Kučera <franta-hg@frantovo.cz>
parents: 30
diff changeset
    56
			"--write-record-count"
38
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    57
			"--table-style"
2cc2d3f658f4 configurable table style: rounded, sharp, sharp-double, horizontal-only, ascii
František Kučera <franta-hg@frantovo.cz>
parents: 31
diff changeset
    58
			"--color-scheme"
30
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
		)
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
		COMPREPLY=($(compgen -W "${OPTIONS[*]}" -- "$w0"))
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
	fi
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
}
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
3c6374467a82 change CLI interface: options: --relation --print-types --print-relation-name --print-record-count
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64
complete -F _relpipe_out_tabular_completion relpipe-out-tabular