summaryrefslogtreecommitdiffstats
path: root/bash-completion/hexdump
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: update text-utilsSami Kerola2017-04-171-0/+5
| | | | | | | | | | hexdump: Add --color option. Commit: 098ab0778f5a46ab4519c8404fd4ba8ec137368b Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: use '\n' as IFS when ask for filenamesKarel Zak2013-09-301-0/+1
| | | | | | | | | | | | The bash completion for more(1) treats the space-separated pieces of filenames as different files. $ touch foo\ bar $ more foo<TAB> bar foo Reported-by: Ángel González <ingenit@zoho.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* hexdump: add long options to the commandSami Kerola2013-04-261-5/+17
| | | | | | Includes update to bash completion, and manual as well. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: Don't offer any more completions after help or version.Ville Skyttä2013-04-081-0/+3
| | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* bash-completion: rename shell-completion -> bash-completionKarel Zak2013-04-051-0/+32
Signed-off-by: Karel Zak <kzak@redhat.com>