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
<ahref="public/assets/fresh-i18nlight.png" target="_blank"><imgsrc="public/assets/fresh-i18nlight.png" alt="Fresh with Japanese interface and light theme"></a>
1158
1158
</div>
1159
1159
</div>
1160
+
1161
+
<divclass="feature-section">
1162
+
<divclass="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
+
<ulclass="feature-list">
1166
+
<li>Detach and reattach with <codestyle="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
+
<divclass="feature-visual">
1172
+
<divclass="feature-visual-dots">
1173
+
<span></span><span></span><span></span>
1174
+
</div>
1175
+
<divclass="feature-code">
1176
+
<spanclass="code-line"><spanclass="code-comment"># Start a named session</span></span>
@@ -1250,7 +1277,7 @@ <h2>Everything You Need</h2>
1250
1277
<divclass="features-grid">
1251
1278
<divclass="feature-card">
1252
1279
<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>
1254
1281
</div>
1255
1282
<divclass="feature-card">
1256
1283
<h3>Editing</h3>
@@ -1290,7 +1317,15 @@ <h3>Git Integration</h3>
1290
1317
</div>
1291
1318
<divclass="feature-card">
1292
1319
<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
+
<divclass="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
+
<divclass="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>
0 commit comments