frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: FMQL – graph query and bulk-edit CLI for Markdown and YAML frontmatter

https://github.com/buyuk-dev/fmql
2•buyukdev•7h ago

Comments

buyukdev•6h ago
Author here.

Quick taste - query your notes, pick the hits with fzf, bulk-tag them:

  fmql query ./vault 'type = "task" AND status = "open" AND priority > 2' \
    | fzf -m --preview 'head -40 {}' \
    | fmql append tags=triaged
Or follow references across files and get back deps graph you can render:

  fmql subgraph ./notes 'status = "active"' --follow blocked_by --format cytoscape
Origins: I run my own projects on workspaces of markdowns with yaml frontmatter (project board, documentation, configurations, agents definitions, ...). The format is great until you want to ask cross-file questions: what's stale, what's blocked on what, rename a field across 100+ files. I used to create one-off python scripts, until last week i decided to build a reusable tool that does all of it.

Beyond flat filters, there's a partial Cypher support for graph queries ("everything transitively blocking this sprint"), and you can swap in a semantic search backend via plugin when grep isn't enough. Core stays grep-only and dependency-light; semantic lives in a separate package.

A couple of things I'd be curious for feedback on:

- Linear scan is fine at a scale of few hundred documents, but if you have a larger vault and could try it, I'd love to hear when it breaks.

- What would you want to query your notes for that this doesn't handle? Genuinely interested in the use cases i haven't considered yet.

Repo: https://github.com/buyuk-dev/fmql Blog: https://www.buyuk.io/blog/fmql-launch/

Show HN: GoModel – an open-source AI gateway in Go

https://github.com/ENTERPILOT/GOModel/
165•santiago-pl•12h ago•61 comments

Show HN: VidStudio, a browser based video editor that doesn't upload your files

https://vidstudio.app/video-editor
250•kolx•15h ago•80 comments

Show HN: Backlit Keyboard API for Python

https://github.com/itsmeadarsh2008/backlit-kbd
21•itsmeadarsh•2d ago•3 comments

Show HN: Almanac MCP, turn Claude Code into a Deep Research agent

https://www.openalmanac.org/
8•rohans0509•4h ago•1 comments

Show HN: Daemons – we pivoted from building agents to cleaning up after them

https://charlielabs.ai/
54•rileyt•10h ago•27 comments

Show HN: Ctx – a /resume that works across Claude Code and Codex

https://github.com/dchu917/ctx
53•dchu17•1d ago•23 comments

Show HN: Mediator.ai – Using Nash bargaining and LLMs to systematize fairness

https://mediator.ai/
145•sanity•1d ago•74 comments

Show HN: Agent Brain Trust, customisable expert panels for AI agents

https://github.com/bahulneel/agent-brain-trust
3•bahulneel•4h ago•0 comments

Show HN: Linux installer .exe without pendrives (secure-boot compatible)

https://www.1clicklinux.org/
3•arusekk•4h ago•0 comments

Show HN: Medievalizer, an extension that rewrites pages into Old English scripts

https://github.com/theletterf/medievalizer
5•theletterf•9h ago•3 comments

Show HN: FMQL – graph query and bulk-edit CLI for Markdown and YAML frontmatter

https://github.com/buyuk-dev/fmql
2•buyukdev•7h ago•1 comments

Show HN: Humanoid.js – One HTML file that scores how human your clicks look

https://humanoid-js.bensontech.dev/
2•informal007•7h ago•0 comments

Show HN: Resumemind – A developer-first resume builder

https://resumemind.com
2•bryden_cruz•7h ago•0 comments

Show HN: Spectrum – Deploy AI Agents to iMessage, WhatsApp, Telegram, and More

https://photon.codes/spectrum
7•danielsdk•7h ago•0 comments

Show HN: Holos – QEMU/KVM with a compose-style YAML, GPUs and health checks

https://github.com/zeroecco/holos
53•zeroecco•1d ago•23 comments

Show HN: WeTransfer Alternative for Developers

https://dlvr.sh/
18•mariusbolik•19h ago•7 comments

Show HN: Zev helps you remember (or discover) CLI commands with natural language

https://github.com/dtnewman/zev-cli
4•dtnewman•8h ago•0 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
157•teamchong•2d ago•62 comments

Show HN: Muxforge Tmux Plugin Manager

https://muxforge.dev
2•techalchemist•9h ago•0 comments

Show HN: A Browser Extension for Testing Content Security Policy

https://csptool.net/
2•bootbloopers•9h ago•0 comments

Show HN: Hydra – Never stop coding when your AI CLI hits a rate limit

https://github.com/saadnvd1/hydra
3•saadn92•9h ago•0 comments

Show HN: Hands-on x86-64 page table walk:finding a flag in physical RAM with GDB

https://github.com/jazho76/page_table_walk
2•jazho76•10h ago•0 comments

Show HN: Four years of my CS degree, typeset in LaTeX (850 pages)

https://starikov.co/academia-notes/
7•iusevim•11h ago•2 comments

Show HN: Verified Deep Learning with Lean 4

https://brettkoonce.github.io/lean4-mlir/blueprint/
6•asparagui•11h ago•0 comments

Show HN: Run TRELLIS.2 Image-to-3D generation natively on Apple Silicon

https://github.com/shivampkumar/trellis-mac
199•shivampkumar•2d ago•35 comments

Show HN: Too many browser tabs! I solved it with a simple electron app

https://github.com/magland/tabs/blob/main/README.md
3•jmagland•11h ago•0 comments

Show HN: Runner – A Better Claude Cowork

https://runner.now
22•kentf•11h ago•16 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
148•drasim•3d ago•53 comments

Show HN: Zero-allocation embedded security in Rust (fits in 256KB Flash)

https://github.com/craton-co/craton-shield
4•victor-craton•12h ago•0 comments

Show HN: Faceoff – A terminal UI for following NHL games

https://www.vincentgregoire.com/faceoff/
130•vcf•2d ago•45 comments