From bd44ceee3f57076a22bc802eca304f26547df36b Mon Sep 17 00:00:00 2001 From: cori schlegel <46317+cori@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:45:42 -0600 Subject: [PATCH] fix description.md uff da; i goofed up the previous "fix" --- apps/atuin/metadata/description.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/atuin/metadata/description.md b/apps/atuin/metadata/description.md index 367e2f9e..b979e289 100755 --- a/apps/atuin/metadata/description.md +++ b/apps/atuin/metadata/description.md @@ -10,13 +10,15 @@ Sync, search and backup shell history with Atuin ## Features -1. End-to-end Encryption +1. Shell History Sync + - Sync your shell history to all of your machines, wherever they are +2. End-to-end Encryption - All data is encrypted, and can only be read by you -2. Efficient Search +3. Efficient Search - Search decades of shell history, and recall it in an instant. Atuin offers configurable full text or fuzzy search, filterable by host, directory, etc. -3. Data Import +4. Data Import - Bring your existing history with you - Atuin supports importing from a wide variety of formats -4. Store Extra Context +5. Store Extra Context - Atuin stores extra context with your commands - working directory, exit code, and more! ## Self-hosted sync server @@ -26,4 +28,4 @@ Atuin.sh offers a free, fully-encrypted option for storing your synced shell his - `brew install atuin` - `apt install atuin` -or via `bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)`. \ No newline at end of file +or via `bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)`.