commit - 36c8e6ad640f08574facc58c4bb2f6d87d540827
commit + ea661a8f54b6407e299e1989faf0b7448ff323ac
blob - 2777750ab4b2ee7dd970ae75b1abafc5de5c16cd
blob + 75a570894f3278411b5c09344aefac1a3b01f732
--- README.md
+++ README.md
# magdalena
-Interactive shell navigation and history in zig.
-[](https://youtu.be/qwrrpBc7xWA/)
+A command-line tool for interactive shell navigation and history.
+
+## Features
+
+* Interactive shell navigation
+* History search and management
+* Fuzzy finding integration
+* Memcached integration for fast history lookup
+
+## Building
+
+To build the project, run:
+
+```sh
+zig build -Doptimize=ReleaseSafe
+```
+
+## Usage
+
+```sh
+./zig-out/bin/magdalena [OPTIONS]
+```
+
+### Options
+
+* `-h`, `--help`: Print help information.
+
+### Example
+
+```sh
+# Run magdalena
+./zig-out/bin/magdalena
+```