Compare commits

..

45 Commits

Author SHA1 Message Date
gryf 3efab392c1 Bump to 7.0.12 2024-02-12 21:17:24 +01:00
gryf b0352554bb Merge pull request #14 from mattalexx/patch-1
Use `grep -E` instead of `egrep` to suppress warnings
2024-02-12 21:15:01 +01:00
Matt Alexander 95088850b6 Use grep -E instead of egrep to suppress warnings
The messages were getting in the way:
```
 $ VBoxManage createvm --name=Win10-3 --ostype Wegrep: warning: egrep is obsolescent; using grep -E
indowsegrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E

Windows10        Windows2000      Windows2008      Windows2016_64   Windows31        Windows8         Windows8_64      WindowsMe        WindowsNT4       WindowsVista_64
Windows10_64     Windows2003      Windows2008_64   Windows2019_64   Windows7         Windows81        Windows95        WindowsNT        WindowsNT_64     WindowsXP
Windows11_64     Windows2003_64   Windows2012_64   Windows2022_64   Windows7_64      Windows81_64     Windows98        WindowsNT3x      WindowsVista     WindowsXP_64
matt@q ~ $ VBoxManage createvm --name=Win10-3 --ostype Windowsegrep: warning: egrep is obsolescent; using grep -E

Windows10        Windows2000      Windows2008      Windows2016_64   Windows31        Windows8         Windows8_64      WindowsMe        WindowsNT4       WindowsVista_64
Windows10_64     Windows2003      Windows2008_64   Windows2019_64   Windows7         Windows81        Windows95        WindowsNT        WindowsNT_64     WindowsXP
Windows11_64     Windows2003_64   Windows2012_64   Windows2022_64   Windows7_64      Windows81_64     Windows98        WindowsNT3x      WindowsVista     WindowsXP_64
```
2024-02-12 05:06:39 -06:00
gryf 3404afa441 Added support for other names than vboxmanage.
Currently the completion script will be available for commands:
VBoxManage and vboxmanage. With this commit, renaming/linking this
script with another name will also make that name to be included to
completion.

For example, with alias:

    $ alias vb="VBoxManage"

linkig completion script into new name an source it:

    $ cd /path/of/completion/script/
    $ ln -s VBoxManage vb
    # source vb

will start to complete vb command.
2023-11-02 18:14:29 +01:00
gryf ab6d9f7cd9 Added missing completions for cloud related commands.
Also, removed trailing spaces.
2023-11-02 18:11:41 +01:00
gryf 3bb795a1e3 Bump to 7.0.10 2023-09-11 10:30:29 +02:00
gryf 468a0a4c32 Bump to 7.0.8 2023-06-23 18:26:15 +02:00
gryf 59ffe61fd6 Bump to 7.0.6 2023-03-20 12:43:40 +01:00
gryf 7c13b0ab6b Bump to version 7.0.4 2023-03-20 12:36:51 +01:00
gryf 67ac4d655f Updated natnetwork command 2023-03-20 11:33:21 +01:00
gryf 8dd76f3295 Fix typos with COMP_CWORD varialble 2023-03-19 18:55:25 +01:00
gryf 8fd579c2cd Updated convertfromraw command 2023-03-19 18:41:01 +01:00
gryf 51a393f8fe Updated mediumproperty command 2023-03-19 17:17:20 +01:00
gryf f23ce2aedb Update clonemedium command 2023-03-19 17:13:36 +01:00
gryf 350e0aedaf Update createmedium command 2023-03-19 16:40:01 +01:00
gryf 25d7fb4048 Update bandwithctl command 2023-03-19 16:36:37 +01:00
gryf 0077621f1b Update storagectl command 2023-03-19 16:34:40 +01:00
gryf 52aa7111fa Update storageattach command 2023-03-19 16:27:42 +01:00
gryf c93cfdb0f1 Added updatecheck command 2023-03-17 19:15:55 +01:00
gryf d01352a68a Sorted commands 2023-03-17 19:07:38 +01:00
gryf 5da82d54da Added hostnet command.
Note, that even if in vboxmanage help there is such command, says
vboxmanage (v7.0.6 at time of writing) refuses to execute it. Perhaps
it's a subject to change in the future.
2023-03-17 18:55:58 +01:00
gryf d2c25f9805 Updates showmediuminfo command 2023-03-14 20:22:02 +01:00
gryf 170b3a69d9 Added modifynvram command 2023-03-14 20:04:54 +01:00
gryf ca2073b686 Added signova command. 2023-03-14 19:00:33 +01:00
gryf 4d6210b599 Fix run and start subcommands for guestcontrol 2023-03-14 19:00:10 +01:00
gryf b231c43740 Updated cloud related commands 2023-03-14 17:52:43 +01:00
gryf d60719b8e2 Updated unattended command 2023-03-13 18:23:46 +01:00
gryf a839731fe6 Updated debugvm command 2023-03-13 18:14:27 +01:00
gryf 4557521b27 Updated dhcpserver command 2023-03-13 17:56:56 +01:00
gryf 507b4aa0bd Updated mediumio command 2023-03-13 17:31:02 +01:00
gryf 8d90209fcc Updated export command 2023-03-13 17:26:48 +01:00
gryf c212439a64 Updated import command 2023-03-13 17:10:43 +01:00
gryf 12e85b78da Updated controlvm command 2023-03-13 15:54:56 +01:00
gryf 385c78df30 Updated startvm command 2023-03-13 14:41:13 +01:00
gryf ce1c0c1b19 Added encryptvm command 2023-03-13 13:25:15 +01:00
gryf 7c42bcd22f Updated clonevm command 2023-03-13 12:45:34 +01:00
gryf 417fc3132f Updated modifyvm command. 2023-03-12 18:56:12 +01:00
gryf d505a106fa Updated createvm command. 2023-03-12 18:53:20 +01:00
gryf aa31561a45 Updated registervm command. 2023-03-12 18:51:07 +01:00
gryf dda64a649c Updated showvminfo command. 2023-03-12 18:50:08 +01:00
gryf 4298237cf9 Changed a way how vboxmanage commands are obtained.
Starting from 7.x version of VirtualBox, vboxmanage command help gives
its usage with one or more lines per command, like:

  VBoxManage command <args> [--option1|--option2] [--option3=optarg ]

There is no need to get it as in old format from now on.
2023-03-12 18:44:37 +01:00
gryf c7a5fc729c Bump to version 6.1.38 2022-10-08 09:12:03 +02:00
gryf 62d9078b23 Version bump 2022-08-29 10:20:38 +02:00
gryf 3f42dd2dc1 Version bump. 2022-07-25 11:15:06 +02:00
gryf 6ee3136033 Version bump. 2022-07-25 11:14:24 +02:00
2 changed files with 911 additions and 723 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ script. However, in some point of time I've decided to rewrite it almost from
scratch.
Current version of script was written and tested against VBoxManage in version
6.1.28, and should contain all commands and their options.
7.0.12, and should contain all commands and their options.
Unlike other attempts, I've tried to make the script context aware. See the
simple session with the VBoxManage command below, to have an idea how it works:
+901 -713
View File
File diff suppressed because it is too large Load Diff