Tree
- Tree:
76069999f5101580eeb9ad83a3022e284f6dad54- Date:
- Message:
- feat: add release script
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 ```
