summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d
AgeCommit message (Collapse)Author
2024-05-28cli: T6383: fix typo in completion help for rollback commandsJohn Estabrook
2024-05-27cli: T6383: improve completion help for rollback commandsDaniil Baturin
2023-12-20dhcp: T5846: Have separate DUID formatter hintIndrajit Raychaudhuri
Have separate custom DUID formatter hint for config shell.
2023-06-10T31: add vrf format identifierChristian Breunig
2023-05-12T3896: add completion helper path attributeChristian Breunig
2023-04-17Merge pull request #56 from erkin/currentDaniil Baturin
loadkey: T3506: Remove (what remains of) loadkey
2023-01-18config-mgmt: T4942: use vyos-1x config-mgmt scriptsJohn Estabrook
2023-01-18loadkey: T3506: Remove (what remains of) loadkeyerkin
2022-06-20T1748: vbash: beautify tab completion output/line breaksChristian Poessinger
2022-04-06Merge pull request #46 from erkin/currentDaniil Baturin
loadkey: T3506: Remove loadkey
2022-03-08loadkey: T3506: Remove loadkeyerkin
2022-01-01T4049: add tab completion support for "compare commands"Christian Poessinger
2021-12-04T4049: add completion help for "compare commands"Christian Poessinger
2020-12-29bash: completion: add new "filename" optionChristian Poessinger
2020-12-28bash: completion: add new "hostname" optionChristian Poessinger
2020-10-26T3020: Correct scp completion hintCédric Jeanneret
"scp" needs to get a ":" between the remote host and the remote path. Let's reflect it in the completion order to avoid confusion. The doc has been updated with vyos/vyos-documentation#354
2020-08-31configd: T2582: set vyshim env variable for config sessionJohn Estabrook
2020-04-03T2072: partially fix completion for values with spaces (#23)Jernej Jakob
This fixes the help display, command completion still doesn't work.
2019-10-01T1424: Rewrite the config load scriptJohn Estabrook
2019-05-28T1397: Rewrite the config merge scriptJohn Estabrook
Add support for the config merge script in vyos-1x.
2017-11-03T281: Add https support to the load commandChristian Poessinger
2016-02-05Add function to bash-completion script to fix message "bad array subs cript"Kim Hagen
2015-10-25Bug 584 - Allow sftp as copy and commit-archive location destination.Leon Messner
2015-07-09vyatta-cfg: updated fix for formatting top level cli merge commandAlex Harpin
Update to the earlier fix for the formatting issue with the merge command when listing the available commands at the top level CLI. The previous commit caused formatting issues with node level commands, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
2015-06-30vyatta-cfg: fix formatting issue with top level cli merge commandAlex Harpin
Fix a formatting issue with the merge command when listing the available commands at the top level CLI, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
2012-09-12Fix a few completion bugsJohn Southworth
1. Bugfix 8254: Show the help text first so users don't think there is only one completion for a value when it exists with non-comps 2. Fix config mode inconsistencies with operational mode. Show all values in help text. 3. Fix "exists_only" command handling. Only show nodes that exist when doing completion for show, comment, and delete.
2012-02-03Fix an inconsistency with single non-completion casesJohn Southworth
2012-02-03Fix some bugs in config path helpersJohn Southworth
2012-02-03Add ability to differentiate between node types in help textJohn Southworth
2011-12-09Fix default completions for configuration modeJohn Southworth
2011-10-21Fix a few config completion mistakes: help text was no longer being paged ↵John Southworth
(this differed from op mode). Fix the Invalid top level command help text
2011-10-18Fix broken completion for copy and rename second parameterJohn Southworth
2011-10-17Make directory completions, if it is the first word of a run completion, ↵John Southworth
work so that users can easily find scripts they may be trying to run.
2011-10-11Fix completions for fields that have more than one wordJohn Southworth
* Make the compreply filter not sort a list that contains only one element. This can cause some problems because some elements contain multiple words, interface descriptions for instance. * Fix typo in function name
2011-10-06quote individual elements for the validation stringJohn Southworth
2011-10-06Fix typo in error messageJohn Southworth
2011-10-06Bugfix 6747: use bash conditional expressions instead of posix test ↵John Southworth
expressions when doing comparisons. The conditional expressions don't do as much expansion as the test expression does, and are the modern variant
2011-10-06Fix up completions for commit and compareJohn Southworth
2011-10-05Add comments to document the changes in completion scriptJohn Southworth
2011-10-05Pass through the completion parameters to functions that need themJohn Southworth
2011-10-05fix stuck completion on non-lastwordJohn Southworth
2011-10-05Make non-lastword completions more fluid by using the current prefix and ↵John Southworth
word provided by bash
2011-10-04warn user of invalid top level command, this will tell the user when the try ↵John Southworth
to complete on a non-vyatta command, after hitting space, normal completion will continue to work for non-vyatta commands
2011-10-04Fix the handling of tag nodes in config mode completionsJohn Southworth
2011-10-04Fix exit help text to make it clear that you can exit without discrarding.John Southworth
2011-10-04Fix compare completion when comparing to the saved configJohn Southworth
2011-10-04Fix some help text, add discard and confirm completion functions, fix ↵John Southworth
comment completion validation
2011-10-04Fix completions for confirm, discard, exit, copy, rename, load, save, merge, ↵John Southworth
and loadkey to be consistent with the rest of the system
2011-10-04Clear vyatta_cfg_comp_help when starting a new completion otherwise the ↵John Southworth
Detailed Information section from the previous completion will be retained on this completion
2011-10-04Make show, set, delete, and run completions in configuration mode work ↵John Southworth
similarly to op mode, other top level commands still need work