cli: Bash autocomplete support
commit74c051f2c4945cf2a279e36051537a2a1897c120
authorHenrik Gramner <henrik@gramner.com>
Sun, 1 Jul 2018 18:34:48 +0000 (1 20:34 +0200)
committerAnton Mitrofanov <BugMaster@narod.ru>
Wed, 6 Mar 2019 19:45:52 +0000 (6 22:45 +0300)
tree411579d2dd504d113cc0643bf995aecd1e696b25
parent92d36908cbafd2a6edf7e61d69f341027b57f6f8
cli: Bash autocomplete support

Allows for automatic command line completion for both options and values.

Options such as --input-csp and --input-fmt will dynamically retrieve
supported values from libavformat when compiled with lavf support.

Execute 'source tools/bash-autocomplete.sh' in bash to enable.
Makefile
autocomplete.c [new file with mode: 0644]
tools/bash-autocomplete.sh [new file with mode: 0644]
x264.c
x264cli.h