ekphos 0.10.0

A lightweight, fast, terminal-based markdown research tool inspired by Obsidian
# Ekphos

[![Crates.io](https://img.shields.io/crates/v/ekphos)](https://crates.io/crates/ekphos)
[![Rust](https://img.shields.io/badge/rust-1.70%2B-orange)](https://www.rust-lang.org/)
[![License](https://img.shields.io/crates/l/ekphos)](https://github.com/hanebox/ekphos/blob/main/LICENSE)

An open source, lightweight, fast, terminal-based markdown research tool built with Rust.

![Ekphos Preview](examples/ekphos-screenshot.png)

## Documentation

**Full documentation has moved to [docs.ekphos.xyz](https://docs.ekphos.xyz)**

## Quick Start

```bash
cargo install ekphos
```

> **Note:** Always update to the latest version. If you encounter config issues after updating, run `ekphos --reset` to reset your configuration.

## Requirements

- Rust 1.70+
- For inline images: iTerm2, Kitty, WezTerm, Ghostty, or Sixel-compatible terminal

## Contributing

```bash
git clone https://github.com/hanebox/ekphos.git
cd ekphos
make run
```

1. Fork the repository
2. Create a feature branch from `main`
3. Make your changes
4. Submit a PR to the `main` branch

To contribute to the documentation, see [ekphos-docs](https://github.com/hanebox/ekphos-docs).

## Disclaimer

This project is in early development. There may be breaking changes and bugs in pre-releases.

## License

MIT