Tree


.gitignorecommits | blame
LICENSEcommits | blame
README.mdcommits | blame
build.zigcommits | blame
build.zig.zoncommits | blame
config.jsoncommits | blame
hack/
justfilecommits | blame
prek.tomlcommits | blame
src/
themes/

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
```