mattriley.tools
A static catalog of the Homebrew tools, Neovim plugins, and public template repositories Matt ships publicly. Tool data is generated from the tap's formula files; plugin data and template data are generated from public GitHub repositories.
Homebrew tools
Each entry links to a static detail page with the packaged version, install command, supported platforms, binary name, and source repository.
Last synced:
Neovim plugins
Non-archived public repositories from Matt's GitHub account whose names contain .nvim. Each entry links to plugin details with lazy.nvim and vim.pack install snippets.
Last synced:
| Plugin | Version | Description |
|---|---|---|
| slides.nvim | v0.1.4 | Neovim plugin for presenting Markdown slides in a full-screen floating window. |
| waystone.nvim | v0.1.3 | Neovim plugin for persistent project marks with scoped slots and quick jumping. |
Public templates
Non-archived public repositories from Matt's GitHub account that GitHub marks as template repos. Each entry links to template details with repository metadata and synced README content.
Last synced:
| Template | Language | Description |
|---|---|---|
| astro-site-template | Astro | Astro starter template for building and deploying sites to Cloudflare Pages. |
| elysia-crud-template | TypeScript | Starter CRUD API template with Elysia, Drizzle ORM, Postgres, and Bun. |
| go-api-template | Go | Minimal Go API template with Chi, Docker, CI, and GHCR publishing. |
| nvim-plugin-template | Lua | Template repository for building and releasing Neovim plugins with tests and CI. |
| ts-package-template | TypeScript | TypeScript package template with dual CJS/ESM builds, testing, linting, and CI. |