aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/components/HomepageFeatures
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-04-15 22:38:23 +0100
committerGitHub <noreply@github.com>2023-04-15 22:38:23 +0100
commitd18e1b59ef28eba67202bf8489a85141e5f092e9 (patch)
tree745f37b99d780adc39d123574ef75b6f45e9af6f /docs/src/components/HomepageFeatures
parentAdd footer (#879) (diff)
downloadatuin-d18e1b59ef28eba67202bf8489a85141e5f092e9.zip
Make the homepage prettier (#880)
Diffstat (limited to 'docs/src/components/HomepageFeatures')
-rw-r--r--docs/src/components/HomepageFeatures/index.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js
index ec78def7..81528043 100644
--- a/docs/src/components/HomepageFeatures/index.js
+++ b/docs/src/components/HomepageFeatures/index.js
@@ -10,7 +10,8 @@ const FeatureList = [
<ul>
<li>Sync your shell history to all of your machines, wherever they are</li>
<li>End-to-end encrypted - nobody can see your data but you</li>
- <li>Securely backed up - never lose a command again</li>
+ <li>Securely backed up - never lose your history</li>
+ <li>Easily handles decades of history</li>
</ul>
</>
),
@@ -20,7 +21,7 @@ const FeatureList = [
description: (
<>
<ul>
- <li>Speedy terminal search UI</li>
+ <li>Full text or fuzzy search over your shell history</li>
<li>Configurable search method - fuzzy, prefix, etc</li>
<li>Easily search and filter by session, directory, or machine</li>
<li>Powerful command line search for integration with other tools</li>
@@ -36,7 +37,7 @@ const FeatureList = [
<ul>
<li>History stored in a SQLite DB, making stats and analysis easy</li>
<li>Log exit code, directory, hostname, session, command duration, etc</li>
- <li>Import old history from a number of shells or history tools</li>
+ <li>Import existing history from a number of shells or history tools</li>
</ul>
</>
),