mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2026-09-03 18:37:52 +02:00
Compare commits
48
Commits
6.1.38
...
dffdf72bb9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dffdf72bb9 | ||
|
|
1cde7fc57d | ||
|
|
c051a4ed9d | ||
|
|
593ec245e5 | ||
|
|
e681abb354 | ||
|
|
cd90fc60bd | ||
|
|
28553da42d | ||
|
|
3efab392c1 | ||
|
|
b0352554bb | ||
|
|
95088850b6 | ||
|
|
3404afa441 | ||
|
|
ab6d9f7cd9 | ||
|
|
3bb795a1e3 | ||
|
|
468a0a4c32 | ||
|
|
59ffe61fd6 | ||
|
|
7c13b0ab6b | ||
|
|
67ac4d655f | ||
|
|
8dd76f3295 | ||
|
|
8fd579c2cd | ||
|
|
51a393f8fe | ||
|
|
f23ce2aedb | ||
|
|
350e0aedaf | ||
|
|
25d7fb4048 | ||
|
|
0077621f1b | ||
|
|
52aa7111fa | ||
|
|
c93cfdb0f1 | ||
|
|
d01352a68a | ||
|
|
5da82d54da | ||
|
|
d2c25f9805 | ||
|
|
170b3a69d9 | ||
|
|
ca2073b686 | ||
|
|
4d6210b599 | ||
|
|
b231c43740 | ||
|
|
d60719b8e2 | ||
|
|
a839731fe6 | ||
|
|
4557521b27 | ||
|
|
507b4aa0bd | ||
|
|
8d90209fcc | ||
|
|
c212439a64 | ||
|
|
12e85b78da | ||
|
|
385c78df30 | ||
|
|
ce1c0c1b19 | ||
|
|
7c42bcd22f | ||
|
|
417fc3132f | ||
|
|
d505a106fa | ||
|
|
aa31561a45 | ||
|
|
dda64a649c | ||
|
|
4298237cf9 |
+2
-1
@@ -6,7 +6,7 @@ script. However, in some point of time I've decided to rewrite it almost from
|
|||||||
scratch.
|
scratch.
|
||||||
|
|
||||||
Current version of script was written and tested against VBoxManage in version
|
Current version of script was written and tested against VBoxManage in version
|
||||||
6.1.38, and should contain all commands and their options.
|
7.2.4, and should contain all commands and their options.
|
||||||
|
|
||||||
Unlike other attempts, I've tried to make the script context aware. See the
|
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:
|
simple session with the VBoxManage command below, to have an idea how it works:
|
||||||
@@ -42,6 +42,7 @@ be:
|
|||||||
* ~/bash-completion.d/
|
* ~/bash-completion.d/
|
||||||
* /usr/local/etc/bash-completion.d/
|
* /usr/local/etc/bash-completion.d/
|
||||||
* /etc/bash_completion.d/
|
* /etc/bash_completion.d/
|
||||||
|
* ~/.local/share/bash-completion
|
||||||
* etc.
|
* etc.
|
||||||
|
|
||||||
It's also okay to copy it into some directory, and place proper line in
|
It's also okay to copy it into some directory, and place proper line in
|
||||||
|
|||||||
+1045
-728
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user