mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
contrast
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Fressh is a mobile ssh client remains clean and simple but supports powerful
|
||||
features
|
||||
Fressh is a mobile SSH client that remains clean and simple while supporting
|
||||
powerful features:
|
||||
|
||||
- Securely storing previous connections
|
||||
- Configurable preset command buttons
|
||||
@@ -8,4 +8,4 @@ features
|
||||
Coming soon
|
||||
|
||||
- Fully accurate xterm emulation
|
||||
- On device llm used for command completion and output summarization.
|
||||
- On-device LLM for command completion and output summarization
|
||||
|
||||
@@ -12,7 +12,11 @@ import iosDarkAppIcon from '@fressh/assets/ios-dark-2.png';
|
||||
alt="Fressh app icon"
|
||||
class="mb-6 h-20 w-20 rounded-2xl shadow-md"
|
||||
/>
|
||||
<h1 class="text-5xl font-extrabold tracking-tight sm:text-6xl">Fressh</h1>
|
||||
<h1
|
||||
class="text-5xl font-extrabold tracking-tight text-gray-900 sm:text-6xl dark:text-white"
|
||||
>
|
||||
Fressh
|
||||
</h1>
|
||||
<p class="mt-3 text-lg text-gray-600 dark:text-gray-300">
|
||||
A clean, powerful mobile SSH client.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user