shell-mirror 1.5.71 → 1.5.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/index.html +8 -8
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>Shell Mirror -
|
|
7
|
-
<meta name="description" content="
|
|
6
|
+
<title>Shell Mirror - Mirror your Mac terminal to your phone</title>
|
|
7
|
+
<meta name="description" content="Mirror your Mac terminal to your phone. Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.">
|
|
8
8
|
<meta name="keywords" content="mobile coding, remote shell, Claude Code mobile, Gemini CLI phone, Mac shell browser, secure shell sharing">
|
|
9
9
|
|
|
10
10
|
<!-- Open Graph / Facebook -->
|
|
11
11
|
<meta property="og:type" content="website">
|
|
12
|
-
<meta property="og:title" content="Shell Mirror -
|
|
13
|
-
<meta property="og:description" content="
|
|
12
|
+
<meta property="og:title" content="Shell Mirror - Mirror your Mac terminal to your phone">
|
|
13
|
+
<meta property="og:description" content="Mirror your Mac terminal to your phone. Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.">
|
|
14
14
|
<meta property="og:url" content="https://shellmirror.app">
|
|
15
15
|
|
|
16
16
|
<!-- Twitter -->
|
|
17
17
|
<meta property="twitter:card" content="summary_large_image">
|
|
18
|
-
<meta property="twitter:title" content="Shell Mirror -
|
|
19
|
-
<meta property="twitter:description" content="
|
|
18
|
+
<meta property="twitter:title" content="Shell Mirror - Mirror your Mac terminal to your phone">
|
|
19
|
+
<meta property="twitter:description" content="Mirror your Mac terminal to your phone. Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.">
|
|
20
20
|
|
|
21
21
|
<!-- Google Analytics 4 -->
|
|
22
22
|
<script>
|
|
@@ -551,8 +551,8 @@
|
|
|
551
551
|
<!-- Hero Section -->
|
|
552
552
|
<section class="hero">
|
|
553
553
|
<div class="container">
|
|
554
|
-
<h1>
|
|
555
|
-
<p>
|
|
554
|
+
<h1>Mirror your Mac terminal<br>to your phone</h1>
|
|
555
|
+
<p>Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.</p>
|
|
556
556
|
|
|
557
557
|
<p style="text-align: center; color: rgba(255, 255, 255, 0.95); font-size: 1.15rem; margin: 40px 0 30px; font-weight: 500;">
|
|
558
558
|
Get started in 3 simple steps:
|