You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/io.github.BuddySirJava.SSH-Studio.metainfo.xml
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,23 @@
2
2
<componenttype="desktop-application">
3
3
<id>io.github.BuddySirJava.SSH-Studio</id>
4
4
<name>SSH Studio</name>
5
-
<summary>Edit and validate your SSH config with a simple GTK 4 desktop app.</summary> <metadata_license>CC0-1.0</metadata_license>
5
+
<summary>Edit and validate your SSH config with a simple GTK 4 desktop app</summary>
6
+
<metadata_license>CC0-1.0</metadata_license>
6
7
<project_license>GPL-3.0-only</project_license>
7
-
<description>
8
-
<p><strong>SSH Studio</strong> is a native GTK 4 desktop app for managing your <code>~/.ssh/config</code>. It provides a friendly interface to create, edit, and validate SSH hosts without diving into terminal editors.</p>
9
-
10
-
<p><em>Features include:</em></p>
11
-
<ul>
12
-
<li><p><strong>Visual host editor</strong> – Fill in common fields like <code>Host</code>, <code>HostName</code>, <code>User</code>, <code>Port</code>, and <code>IdentityFile</code> with ease.</p></li>
13
-
<li><p><strong>Inline validation</strong> – Duplicate aliases, invalid ports, and syntax errors are caught instantly.</p></li>
14
-
<li><p><strong>Search and filter</strong> – Quickly locate hosts by alias, hostname, user, or identity.</p></li>
15
-
<li><p><strong>Raw & Diff view</strong> – Edit the raw <code>ssh_config</code> text with live diff highlighting.</p></li>
16
-
<li><p><strong>Quick actions</strong> – Copy a SSH command, test a connection, or revert changes in one click.</p></li>
17
-
<li><p><strong>SSH key management</strong> – Import, generate, and manage your keys directly in the app.</p></li>
18
-
<li><p><strong>Safe saves</strong> – Configurable automatic backups and atomic writes to protect your configuration.</p></li>
19
-
<li><p><strong>Designed for GNOME</strong> – Smooth GTK 4 interface with dark style preference, keyboard and mouse friendly.</p></li>
20
-
</ul>
21
-
</description>
8
+
<description>
9
+
<p>SSH Studio is a native GTK 4 desktop app for managing your SSH config. It provides a friendly interface to create, edit, and validate SSH hosts without diving into terminal editors.</p>
10
+
<p>Features include:</p>
11
+
<ul>
12
+
<li>Visual host editor – Fill in common fields like Host, HostName, User, Port, and IdentityFile with ease.</li>
13
+
<li>Inline validation – Duplicate aliases, invalid ports, and syntax errors are caught instantly.</li>
14
+
<li>Search and filter – Quickly locate hosts by alias, hostname, user, or identity.</li>
15
+
<li>Raw and Diff view – Edit the raw ssh_config text with live diff highlighting.</li>
16
+
<li>Quick actions – Copy a SSH command, test a connection, or revert changes in one click.</li>
17
+
<li>SSH key management – Import, generate, and manage your keys directly in the app.</li>
18
+
<li>Safe saves – Configurable automatic backups and atomic writes to protect your configuration.</li>
19
+
<li>Designed for GNOME – Smooth GTK 4 interface with dark style preference, keyboard and mouse friendly.</li>
0 commit comments