| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix [virtualbox][vboxmanage controlvm] subcommand completion order and regex ↵ | SuCicada | 2025-09-22 | 1 | -3/+3 |
| | | | | | are incorrect | ||||
| * | fix typos | Jörg Thalheim | 2024-12-22 | 1 | -2/+2 |
| | | |||||
| * | Avoid defining local variable options | Shohei YOSHIDA | 2023-08-17 | 1 | -2/+2 |
| | | | | | | zsh has the built in variable 'options'. zsh sometimes behaves weirdly when there is a local variable that is named 'options' | ||||
| * | Merge pull request #1000 from vsannikov/fix-virtualbox-medium | Shohei YOSHIDA | 2023-02-22 | 1 | -6/+6 |
| |\ | | | | | Fix virtualbox medium-related commands | ||||
| | * | Fix `vboxmanage` medium-related commands parameters: | V.Sannikov | 2023-02-21 | 1 | -5/+5 |
| | | | | | | | | | | | These commands accept a file name (or an UUID), not a VM name, as a positional parameter. | ||||
| | * | Fixed `vboxmanage closemedium` redundant parameters completion: | V.Sannikov | 2023-02-21 | 1 | -1/+1 |
| | | | | | | | | | the command takes not more than two positional parameters. | ||||
| * | | Fix misleading description for `vboxmanage --ostype` values | V.Sannikov | 2023-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | Fix `--ostype` argument of `vboxmanage createvm` command | V.Sannikov | 2023-02-21 | 1 | -1/+1 |
| |/ | |||||
| * | Fix typos | Dimitris Apostolou | 2023-01-04 | 1 | -2/+2 |
| | | |||||
| * | Update author list | Shohei YOSHIDA | 2022-12-25 | 1 | -0/+1 |
| | | |||||
| * | Add dhcpserver subcommand completion | Shohei YOSHIDA | 2022-12-25 | 1 | -1/+70 |
| | | |||||
| * | Reduce functions | Shohei YOSHIDA | 2022-12-25 | 1 | -90/+74 |
| | | |||||
| * | Add hostonlynet subcommand completion | Shohei YOSHIDA | 2022-12-25 | 1 | -1/+37 |
| | | |||||
| * | Add hostonlyif subcommand completion | Shohei YOSHIDA | 2022-12-25 | 1 | -1/+29 |
| | | |||||
| * | Add metrics subcommand completion | Shohei YOSHIDA | 2022-12-25 | 1 | -1/+48 |
| | | |||||
| * | Add debugvm subcommand completion | Shohei YOSHIDA | 2022-12-25 | 1 | -1/+65 |
| | | |||||
| * | ADd guestcontrol subcommand completion | Shohei YOSHIDA | 2022-12-25 | 1 | -1/+138 |
| | | |||||
| * | Add natnetwork subcommand completion | Shohei YOSHIDA | 2022-12-25 | 1 | -1/+40 |
| | | |||||
| * | Implement sharedfolder subcommand completion | Shohei YOSHIDA | 2022-12-24 | 1 | -2/+39 |
| | | |||||
| * | Add usbdevsource subcommand completion | Shohei YOSHIDA | 2022-12-24 | 1 | -1/+27 |
| | | |||||
| * | Add extpack subcommand completion | Shohei YOSHIDA | 2022-12-24 | 1 | -3/+33 |
| | | |||||
| * | Add modifynvram subcommand completion | Shohei YOSHIDA | 2022-12-24 | 1 | -1/+46 |
| | | |||||
| * | Add updatecheck subcommand completion | Shohei YOSHIDA | 2022-12-24 | 1 | -1/+38 |
| | | |||||
| * | Add usbfilter subcommand completion | Shohei YOSHIDA | 2022-12-24 | 1 | -1/+41 |
| | | |||||
| * | Add guestproperty subcommand completion | Shohei YOSHIDA | 2022-12-24 | 1 | -2/+46 |
| | | |||||
| * | Add cloud subcommand completion | Shohei YOSHIDA | 2022-12-23 | 1 | -1/+197 |
| | | |||||
| * | Add snapshot subcommand completion | Shohei YOSHIDA | 2022-12-23 | 1 | -1/+43 |
| | | |||||
| * | Add unattended subcommand completion | Shohei YOSHIDA | 2022-12-23 | 1 | -1/+54 |
| | | |||||
| * | Add cloudprofile subcommand completion | Shohei YOSHIDA | 2022-12-23 | 1 | -2/+38 |
| | | |||||
| * | Add mediumio subcommand completion | Shohei YOSHIDA | 2022-12-23 | 1 | -1/+57 |
| | | |||||
| * | Add bandwidthctl subcommand completion | Shohei YOSHIDA | 2022-12-23 | 1 | -1/+45 |
| | | |||||
| * | Implement encryptvm subcommand | Shohei YOSHIDA | 2022-12-22 | 1 | -331/+372 |
| | | |||||
| * | Add set property completion | Shohei YOSHIDA | 2022-12-22 | 1 | -2/+20 |
| | | |||||
| * | Update virtualbox completion | Shohei YOSHIDA | 2022-12-14 | 1 | -279/+425 |
| | | | | | | | | - Fix broken option completion - Format - Update subcommands - Add TODO comments in unimplemented subcommands | ||||
| * | Update links | Shohei YOSHIDA | 2022-11-23 | 1 | -1/+1 |
| | | |||||
| * | Utilize grep -E instead of deprecated/obsolescent egrep | rtisdale | 2022-09-12 | 1 | -3/+3 |
| | | |||||
| * | Add list natnets and natnetwork option | Pedro A. Aranda Gutierrez | 2022-01-25 | 1 | -3/+2 |
| | | |||||
| * | Add initial support for natnetwork subcommand | Pedro A. Aranda Gutierrez | 2022-01-25 | 1 | -0/+10 |
| | | |||||
| * | Add function to list natnetworks | Pedro A. Aranda Gutierrez | 2022-01-25 | 1 | -0/+8 |
| | | |||||
| * | Add (unCamelised) vboxmanage for Linux | Pedro A. Aranda Gutierrez | 2022-01-25 | 1 | -1/+1 |
| | | |||||
| * | Update medium related commands for VBoxManage | kiendang | 2018-11-17 | 1 | -6/+6 |
| | | |||||
| * | Remove license header from compdefs I wrote (switching to the Zsh license) | Julien Nicoulaud | 2017-10-19 | 1 | -22/+0 |
| | | |||||
| * | Add VBoxManager modifyhd auto-complete. | Werner Beroux | 2014-03-22 | 1 | -0/+10 |
| | | |||||
| * | Move modelines to end of file | Aaron Schrab | 2012-08-23 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | Having a vim modeline or emacs local variable line somewhere in the middle of the file isn't really helpful. By default, vim will only check the first and last 5 lines of a file for a modeline (assuming the modeline option is enabled). Emacs is even more strict about the type of local variable line that was in use, it will only check the first line of the file or the second line if the first line specifies a script interpreter (which isn't the case here). Move the vim modeline to the end of the file so that it can actually be found by vim but is out of the way for editing. For emacs more work is required, convert that to the more verbose Local Variables syntax which emacs will look for starting 3000 characters from the end of the file. Also there is no zsh mode for emacs (according to zsh-users/zsh-completions#75), use the "Shell-Script" mode instead. This seems to automatically detect that the files are for zsh. I'm not an emacs user, so I haven't tested that portion much. But, this does at least improve the syntax highlighting there. | ||||
| * | [BREAKING CHANGE] Move compdefs to own directory (to ease packaging and | Julien Nicoulaud | 2012-08-01 | 1 | -0/+312 |
| avoid bloating users fpath with unneeded files such as README.md) | |||||
