V.Sannikov
348187fac2
Fix `--ostype` argument of `vboxmanage createvm` command
2023-02-21 15:49:07 +03:00
Dimitris Apostolou
1d492c7151
Fix typos
2023-01-04 22:50:35 +02:00
Shohei YOSHIDA
eecf5d5c10
Update author list
2022-12-25 13:19:01 +09:00
Shohei YOSHIDA
2df4d30003
Add dhcpserver subcommand completion
2022-12-25 13:17:38 +09:00
Shohei YOSHIDA
9035bfb0a8
Reduce functions
2022-12-25 13:06:35 +09:00
Shohei YOSHIDA
4c66875a7b
Add hostonlynet subcommand completion
2022-12-25 13:00:17 +09:00
Shohei YOSHIDA
337c43064e
Add hostonlyif subcommand completion
2022-12-25 12:56:22 +09:00
Shohei YOSHIDA
46e5e95405
Add metrics subcommand completion
2022-12-25 12:52:22 +09:00
Shohei YOSHIDA
d54db07dd5
Add debugvm subcommand completion
2022-12-25 12:44:18 +09:00
Shohei YOSHIDA
fa57596f67
ADd guestcontrol subcommand completion
2022-12-25 12:20:38 +09:00
Shohei YOSHIDA
8d40ac67bf
Add natnetwork subcommand completion
2022-12-25 10:41:20 +09:00
Shohei YOSHIDA
a6f3ed2616
Implement sharedfolder subcommand completion
2022-12-24 22:39:10 +09:00
Shohei YOSHIDA
2e02fa2bc4
Add usbdevsource subcommand completion
2022-12-24 22:00:29 +09:00
Shohei YOSHIDA
793c77ece9
Add extpack subcommand completion
2022-12-24 19:49:05 +09:00
Shohei YOSHIDA
a5cc26eee1
Add modifynvram subcommand completion
2022-12-24 18:38:00 +09:00
Shohei YOSHIDA
01c0875bb5
Add updatecheck subcommand completion
2022-12-24 17:31:27 +09:00
Shohei YOSHIDA
eff72eacf6
Add usbfilter subcommand completion
2022-12-24 15:50:32 +09:00
Shohei YOSHIDA
4f8614d0ac
Add guestproperty subcommand completion
2022-12-24 09:27:04 +09:00
Shohei YOSHIDA
6ec58b685e
Add cloud subcommand completion
2022-12-23 21:59:58 +09:00
Shohei YOSHIDA
2228daef0e
Add snapshot subcommand completion
2022-12-23 20:55:17 +09:00
Shohei YOSHIDA
61ccfe353f
Add unattended subcommand completion
2022-12-23 18:13:26 +09:00
Shohei YOSHIDA
7aba5946ca
Add cloudprofile subcommand completion
2022-12-23 16:46:30 +09:00
Shohei YOSHIDA
a2d4ea00d9
Add mediumio subcommand completion
2022-12-23 15:28:52 +09:00
Shohei YOSHIDA
0211e566da
Add bandwidthctl subcommand completion
2022-12-23 14:12:29 +09:00
Shohei YOSHIDA
7ec9280e88
Implement encryptvm subcommand
2022-12-22 21:36:57 +09:00
Shohei YOSHIDA
021da0cde5
Add set property completion
2022-12-22 14:32:56 +09:00
Shohei YOSHIDA
9a1ec0e9ee
Update virtualbox completion
...
- Fix broken option completion
- Format
- Update subcommands
- Add TODO comments in unimplemented subcommands
2022-12-14 23:29:37 +09:00
Shohei YOSHIDA
0b6e064850
Update links
2022-11-23 13:31:48 +09:00
rtisdale
e6fdabb97d
Utilize grep -E instead of deprecated/obsolescent egrep
2022-09-12 17:51:37 +02:00
Pedro A. Aranda Gutierrez
2c3b218d24
Add list natnets and natnetwork option
2022-01-25 19:58:48 +01:00
Pedro A. Aranda Gutierrez
b3469afc24
Add initial support for natnetwork subcommand
2022-01-25 17:31:53 +01:00
Pedro A. Aranda Gutierrez
c83b6a505b
Add function to list natnetworks
2022-01-25 17:30:35 +01:00
Pedro A. Aranda Gutierrez
f20a81f813
Add (unCamelised) vboxmanage for Linux
2022-01-25 17:29:23 +01:00
kiendang
bc1dbe6b02
Update medium related commands for VBoxManage
2018-11-17 10:05:47 +08:00
Julien Nicoulaud
ed7ba0a71c
Remove license header from compdefs I wrote (switching to the Zsh license)
2017-10-19 20:05:38 +02:00
Werner Beroux
48d1cb8e9c
Add VBoxManager modifyhd auto-complete.
2014-03-22 14:25:56 +01:00
Aaron Schrab
3f55429b0e
Move modelines to end of file
...
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.
2012-08-23 11:18:49 -04:00
Julien Nicoulaud
10ffeb0c15
[BREAKING CHANGE] Move compdefs to own directory (to ease packaging and
...
avoid bloating users fpath with unneeded files such as README.md)
2012-08-01 13:23:11 +02:00