summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d/vyatta-op
AgeCommit message (Expand)Author
2022-07-30T1748: vbash: beautify tab completion output/line breaksChristian Poessinger
2021-03-15T3354: Replace vyos-strip-config.pl with strip-private.pyerkin
2019-10-27T1773: add a JSON pipe (show | json).Daniil Baturin
2019-01-26T1193: use vyos-config-to-commands in the commands pipe.Daniil Baturin
2018-09-14use double square bracketsUnicronNL
2018-09-14T846 RADIUS user you no longer have access to the “?” when entering comma...UnicronNL
2018-09-01T821: do not allow using the commands pipe if session has uncommited changes.Daniil Baturin
2018-06-05T684: make the 'run show configuration commands' and the |commands pipe use t...Daniil Baturin
2016-01-26Add function to bash-completion script to fix message "bad array subscript"Kim Hagen
2015-02-17Bug #377: make commands pipe throw an error in op mode.Daniil Baturin
2014-07-02Bug #251: add "commands" filter to completion list.Daniil Baturin
2014-07-02Bug #251: add completion and help for the "| commands" filter.Daniil Baturin
2014-07-02Bug #104: add help text for the strip-private pipe.Daniil Baturin
2014-07-02Bug #104: add pipe for stripping private information from config.Daniil Baturin
2012-09-12Make opmode completions show the list on blank completion like config mode no...John Southworth
2012-03-22Make ping feel like all the other system commandsJohn Southworth
2012-03-13Bugfix 7527: Don't override VYATTA_PAGER value if it was previously setJohn Southworth
2011-12-09Fix a few completion problemsJohn Southworth
2011-10-17Make directory completions, if it is the first word of the completion, work s...John Southworth
2011-10-11Fix ambiguous error text so that it doesn't show node.def, generate the compl...John Southworth
2011-10-07Fix completions for templates using custom completion functions (currently im...John Southworth
2011-10-06Bugfix 6747: use bash conditional expressions instead of posix test expressio...John Southworth
2011-10-06Make operational mode completion when the user enters an unknown prefix on a ...John Southworth
2011-10-06fix help text printing when the command is runnableJohn Southworth
2011-10-06Fix: first word completions; empty completions on tag nodes, if there is a ta...John Southworth
2011-10-05fix stuck completion on non-lastwordJohn Southworth
2011-10-05Make non-lastword completions more fluid by using the current prefix and word...John Southworth
2011-10-04Fix a bug in op mode handling of non sticking completions, we want the help t...John Southworth
2011-10-04Fix top level completions when there are already words on the lineJohn Southworth
2011-10-04Alert users when they have entered a completion that doesn't match.John Southworth
2011-10-03Make completion properly handle non-last-word completionsJohn Southworth
2011-10-03Make completions not get stuck when backspacing over a character in the last ...John Southworth
2011-09-30Stop completions from getting stuck on nodes when backspacing to themJohn Southworth
2011-09-30Always attempt to set the node path, this gives us a chance to fail on invali...John Southworth
2011-09-30Fix output of invalid and ambiguous error messagesJohn Southworth
2011-09-30Fix typo in previous commitJohn Southworth
2011-09-30Add some useful debugging to the comps script, it can be enabled on the fly v...John Southworth
2011-09-30Fix problem with recovering from invalid completionJohn Southworth
2011-09-30fix handleing of invalid commands when there is an the parent node is runnableJohn Southworth
2011-09-30Reformat vyatta-op script, there were two indentation styles, changed from ta...John Southworth
2011-09-30Inform users of invalid or ambiguous commands at completion timeJohn Southworth
2011-09-30If there are no completions then always show the non-completions, this gets r...John Southworth
2011-09-07Fix some problems with the completion scriptsJohn Southworth
2011-08-31Fix completion for user wildcardsJohn Southworth
2011-08-17Bugfix 7442: Check if running interactively before doing binding optionsJohn Southworth
2011-08-09Silence another keybinding error when running from config modeJohn Southworth
2011-08-02Add support for unambiguous top level commands for unpriviledged usersJohn Southworth
2011-08-02Reorganize the bash completion and command interpreter scripts into easier to...John Southworth
2011-08-01Only show operator users the top level commands they are allowed to execute i...John Southworth
2011-07-29Bugfix 2823: Operational mode command interpreterJohn Southworth