Getting Started
Prerequisites
mddir requires Ruby >= 3.2.0.
Installing Ruby
If you don't have Ruby installed, mise is the easiest way to get it:
bash
mise use --global ruby@3Install mddir
bash
gem install mddirQuick Start
Save a web page to a collection:
bash
mddir add ruby https://docs.ruby-lang.org/en/3.3/String.htmlList your collections:
bash
mddir lsSearch across everything:
bash
mddir search "freeze"Open the built-in web UI:
bash
mddir openNext Steps
- CLI Reference — Full command reference
- Web UI — Browse and read saved pages
- Agent Integration — Use mddir with AI agents
- Configuration — Customize settings
