-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGit_for_Windows.xml
74 lines (74 loc) · 3.8 KB
/
Git_for_Windows.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" ?>
<interface uri="http://0install.de/feeds/Git_for_Windows.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>Git for Windows</name>
<summary xml:lang="en">decentralized version control system</summary>
<summary xml:lang="de">dezentrales Versionsverwaltungssystem</summary>
<description xml:lang="en">Git is a powerful version control system aiming to be the fastest decentralized source code management tool on this planet.</description>
<description xml:lang="de">Git ist ein mächtiges Versionsverwaltungssystem mit dem Ziel das schnellste denzentrale Quellcodeverwaltungstool auf diesem Planeten zu sein.</description>
<icon href="https://gitforwindows.org/img/gwindows_logo.png" type="image/png"/>
<category>Development</category>
<homepage>https://git-for-windows.github.io/</homepage>
<needs-terminal/>
<feed src="https://apps.0install.net/devel/git-for-windows.xml"/>
<replaced-by interface="https://apps.0install.net/devel/git-for-windowss.xml"/>
<entry-point binary-name="git" command="run">
<needs-terminal/>
<name xml:lang="en">Git</name>
<summary xml:lang="en">command-line interface for Git</summary>
</entry-point>
<entry-point binary-name="git-gui" command="run-gui">
<name xml:lang="en">Git GUI</name>
<summary xml:lang="en">graphical interface for creating Git commits</summary>
</entry-point>
<entry-point binary-name="gitk" command="gitk">
<name xml:lang="en">Gitk GUI</name>
<summary xml:lang="en">graphical interface for editing Git commits</summary>
</entry-point>
<entry-point command="git-bash">
<needs-terminal/>
<name xml:lang="en">Git Bash</name>
<summary xml:lang="en">MSYS-based bash prompt with all Git commands in PATH</summary>
</entry-point>
<entry-point command="git-cmd">
<needs-terminal/>
<name xml:lang="en">Git CMD</name>
<summary xml:lang="en">Windows CMD-based command prompt with all Git commands in PATH</summary>
</entry-point>
<entry-point command="ssh">
<needs-terminal/>
<name xml:lang="en">SSH</name>
<summary xml:lang="en">Secure remote shell</summary>
</entry-point>
<entry-point command="scp">
<needs-terminal/>
<name xml:lang="en">scp</name>
<summary xml:lang="en">Secure remote file copy</summary>
</entry-point>
<entry-point command="curl">
<needs-terminal/>
<name xml:lang="en">cURL</name>
<summary xml:lang="en">A comand-line client for HTTP, FTP, etc.</summary>
</entry-point>
<capabilities xmlns="http://0install.de/schema/desktop-integration/capabilities">
<file-type id="ShellScript">
<description xml:lang="en">Shell Script</description>
<verb args="--no-cd "%L" %*" command="git-bash" name="open"/>
<extension value=".sh"/>
</file-type>
<context-menu id="git-cmd" target="directories">
<verb args="--cd="%1"" command="git-cmd" name="git_cmd">
<description xml:lang="en">Git Command Prompt Here</description>
</verb>
</context-menu>
<context-menu id="git-bash" target="directories">
<verb args="--cd="%1"" command="git-bash" name="git_bash">
<description xml:lang="en">Git Ba&sh Here</description>
</verb>
</context-menu>
<context-menu id="git-gui" target="directories">
<verb args="--working-dir "%1"" command="run-gui" name="git_gui">
<description xml:lang="en">Git &GUI Here</description>
</verb>
</context-menu>
</capabilities>
</interface>