Show HN: FMQL – graph query and bulk-edit CLI for Markdown and YAML frontmatter
Category: devtools
Tags: markdown, yaml, query-language, cli, data-management
Score: 6.8/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 6)
FMQL is a schemaless query engine and CLI for bulk editing and querying directories of Markdown and YAML frontmatter files. It's interesting because it combines a SQL-like filter DSL, graph traversal (Cypher subset), and bulk edit operations into a unified tool for managing structured data in flat files, filling a gap between simple grep and heavyweight databases.
Target audience: backend devs, devops, technical writers, knowledge managers
Repository: https://github.com/buyuk-dev/fmql · Python · MIT · 8 stars
View on Hacker News