Tree
- Tree:
07089f8709c8d916b248c2aeaa129fd7cad05cfd- Date:
- Message:
- docs: update readme
README.md
# magdalena 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 ```
