summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-09-08 21:26:09 +0300
committerPaul Buetow <paul@buetow.org>2023-09-08 21:26:09 +0300
commit41b43a57b3e03a2410acedf895f66dc345eebe62 (patch)
treef20de25df93fe3af0832cdc6d5fba0d537263dd7 /README.md
parent4de55e9b6e77445b2cfd2c7143327cd423603be2 (diff)
clarify
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index cd94a88..09d0cc0 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,13 @@ This is for my own use. So the documentation here may be lacking. But feel free
## Features
+* Works on MacOS, Linux and on Android via Termux.
* Encrypts and stores any type of documents and files (text, binary, etc). Meant for smaller files, such as text, PDFs, etc.
* All documents are stored in a Git repository.
-* All file names are encrypted as well and kept in encrypted files in the same Git repository themselves.
+* All file names are encrypted as well and kept in encrypted indices in the same Git repository.
* The indices are searchable through `fzf`, the fuzzy finder.
-* The Git repository can be synchronized with N remote Git repositories.
-* Text entries are edited using NeoVim (with cache files etc. disabled).
-* Works on MacOS, Linux and on Android via Termux.
+* The Git repository can be synchronized with N remote Git repositories (e.g. to two separate VMs for geo-redundancy).
+* Text entries are edited using NeoVim (with file caching and swapping etc. disabled).
* Clipboard support for MacOS and GNOME (Linux).
* Interactive `geheim` shell support.
* Can import and export documuments in batches.