Skip to content

Commit 650bd41

Browse files
committed
Homepage updates
1 parent b76818f commit 650bd41

1 file changed

Lines changed: 37 additions & 2 deletions

File tree

homepage/index.html

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,33 @@ <h2>Themes & Internationalization</h2>
11571157
<a href="public/assets/fresh-i18nlight.png" target="_blank"><img src="public/assets/fresh-i18nlight.png" alt="Fresh with Japanese interface and light theme"></a>
11581158
</div>
11591159
</div>
1160+
1161+
<div class="feature-section">
1162+
<div class="feature-content">
1163+
<h2>Session Persistence</h2>
1164+
<p>Detach and reattach to sessions that survive terminal disconnections and restarts. Open files in a running session from other apps like file managers or scripts.</p>
1165+
<ul class="feature-list">
1166+
<li>Detach and reattach with <code style="color: var(--accent-green);">fresh -a</code></li>
1167+
<li>Manage sessions from the CLI</li>
1168+
<li>Open files in a running session from other apps</li>
1169+
</ul>
1170+
</div>
1171+
<div class="feature-visual">
1172+
<div class="feature-visual-dots">
1173+
<span></span><span></span><span></span>
1174+
</div>
1175+
<div class="feature-code">
1176+
<span class="code-line"><span class="code-comment"># Start a named session</span></span>
1177+
<span class="code-line"><span class="code-function">fresh</span> <span class="code-string">-a myproject</span></span>
1178+
<span class="code-line"></span>
1179+
<span class="code-line"><span class="code-comment"># List active sessions</span></span>
1180+
<span class="code-line"><span class="code-function">fresh</span> <span class="code-string">--cmd session list</span></span>
1181+
<span class="code-line"></span>
1182+
<span class="code-line"><span class="code-comment"># Open a file in a running session</span></span>
1183+
<span class="code-line"><span class="code-function">fresh</span> <span class="code-string">--cmd session open-file myproject src/main.rs</span></span>
1184+
</div>
1185+
</div>
1186+
</div>
11601187
</section>
11611188

11621189
<!-- Installation Section -->
@@ -1250,7 +1277,7 @@ <h2>Everything You Need</h2>
12501277
<div class="features-grid">
12511278
<div class="feature-card">
12521279
<h3>File Management</h3>
1253-
<p>Open, save, new, close files. Built-in file explorer with git status indicators, tabs, auto-revert, and fuzzy file finder.</p>
1280+
<p>Open, save, new, close files. Built-in file explorer with git status indicators, tabs, auto-revert, fuzzy file finder, and text encoding support (UTF-16, Latin-1, and more).</p>
12541281
</div>
12551282
<div class="feature-card">
12561283
<h3>Editing</h3>
@@ -1290,7 +1317,15 @@ <h3>Git Integration</h3>
12901317
</div>
12911318
<div class="feature-card">
12921319
<h3>Settings UI</h3>
1293-
<p>Graphical settings editor with search, keyboard navigation, and mouse support. No config file editing required.</p>
1320+
<p>Graphical settings editor and keybinding editor with search, conflict detection, and mouse support. No config file editing required.</p>
1321+
</div>
1322+
<div class="feature-card">
1323+
<h3>Package Manager</h3>
1324+
<p>Browse, install, and uninstall plugins, themes, and language packs from the official registry. Scaffold new packages with --init.</p>
1325+
</div>
1326+
<div class="feature-card">
1327+
<h3>Remote Editing</h3>
1328+
<p>Edit files on remote machines via SSH. Supports password/key auth, sudo save, and file explorer integration.</p>
12941329
</div>
12951330
<div class="feature-card">
12961331
<h3>Productivity</h3>

0 commit comments

Comments
 (0)