Show HN: Open-source Markdown research tool written in Rust – Ekphos
github.com·4d·
Discuss: Hacker News
🌐WebAssembly
Preview
Report Post

Ekphos

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

Requirements

  • Rust 1.70+ (run rustup update to update)
  • A terminal emulator (for inline image preview: iTerm2, Kitty, WezTerm, Ghostty, or Sixel-compatible terminal)

Installation

Using Cargo

cargo install ekphos

Using Docker

git clone https://github.com/hanebox/ekphos.git
cd ekphos
docker build -t ekphos-ssh .
docker compose up -d

and after the container is up, you can SSH into the machine with the following command ssh ekphos@your-docker-container-ip

Using Make

git clone https://github.com/hanebox/ekphos.git
cd ekphos
make
sudo make install

Update

cargo install ekphos

CLI Options

| Flag | Description | …

Similar Posts

Loading similar posts...