forked from stravu/crystal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.stravu.crystal.metainfo.xml
More file actions
69 lines (56 loc) · 2.19 KB
/
com.stravu.crystal.metainfo.xml
File metadata and controls
69 lines (56 loc) · 2.19 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.stravu.crystal</id>
<name>Crystal</name>
<summary>Multi-Session Claude Code Manager</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
Crystal is a desktop application for managing multiple Claude Code instances against a single directory using git worktrees.
It provides a streamlined interface for running parallel Claude Code sessions with different approaches to the same problem.
</p>
<p>Key features:</p>
<ul>
<li>Run multiple Claude Code instances simultaneously</li>
<li>Isolated development with git worktrees</li>
<li>Session persistence and conversation history</li>
<li>Real-time terminal output with syntax highlighting</li>
<li>Git operations integration (rebase, squash, diff visualization)</li>
<li>Project management with custom prompts and scripts</li>
</ul>
</description>
<launchable type="desktop-id">com.stravu.crystal.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Crystal main interface showing multiple sessions</caption>
<image>https://raw.githubusercontent.com/stravu/crystal/main/screenshots/main-interface.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://stravu.com/?utm_source=Crystal&utm_medium=OS&utm_campaign=Crystal&utm_id=1</url>
<url type="bugtracker">https://github.com/stravu/crystal/issues</url>
<url type="vcs-browser">https://github.com/stravu/crystal</url>
<developer_name>Stravu</developer_name>
<provides>
<binary>crystal</binary>
</provides>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.4" date="2024-01-20">
<description>
<p>Current release with Linux support</p>
</description>
</release>
</releases>
<categories>
<category>Development</category>
<category>IDE</category>
</categories>
<requires>
<display_length compare="ge">768</display_length>
</requires>
<recommends>
<control>keyboard</control>
<control>pointing</control>
</recommends>
</component>