11 projects
Textual is a Python framework for building interactive applications with a CSS-styled, widget-based, reactive API that run in the terminal and can also be served to a web browser. It brings web-style layout and theming to TUIs while staying async-optional.
Quasar is a Vue.js-based framework that bundles a rich Material Design component library with build tooling, letting developers ship SPAs, SSR apps, PWAs, mobile (Cordova/Capacitor), Electron desktop apps, and browser extensions from one codebase.
GitButler is a Git-based version control client with both a desktop GUI and a `but` CLI, built around virtual/stacked branches, easy commit editing, an undo timeline, and AI-assisted workflows. It acts as a friendlier, more powerful drop-in replacement for the vanilla Git interface in any existing repo.
A file-format specification and CLI/library from Google Labs for describing a design system to coding agents. A DESIGN.md combines machine-readable design tokens (YAML front matter) with human-readable rationale (markdown prose), and the tooling lints, diffs, and exports those tokens to formats like Tailwind and W3C DTCG.
Task is a cross-platform task runner and build tool written in Go, configured via a simple YAML Taskfile. It positions itself as a modern alternative to Make, with built-in dependency tracking, file-checksum-based change detection, and a single self-contained binary.
cheat is a command-line tool for creating and viewing plain-text cheatsheets, designed to remind users of options for commands they use occasionally. It supports tags, syntax highlighting, multiple cheatpaths, regex search, and shell autocompletion.
A large curated collection of 1000+ DevOps shell scripts plus an advanced Bash environment, covering installation automation, API wrappers (AWS, GCP, Kubernetes, GitHub, Spotify, etc.), CI/CD pipeline configs, and ready-to-use dotfiles for tools like Git, vim, tmux and psql. It functions as a personal-yet-public toolkit that's heavily reused across the author's many repos and CI builds.</parameter> <parameter name="categorySlug">build-tools
Electron Forge is an all-in-one CLI and toolchain for scaffolding, developing, packaging, and distributing Electron desktop applications, wrapping the disparate Electron build tools (packager, rebuild, makers, publishers) behind a unified configuration.
A Python CLI for developing, locally testing, building, and deploying AWS serverless applications defined with the Serverless Application Model. It emulates Lambda execution in Docker and wraps the build/package/deploy lifecycle for Lambda, API Gateway, Step Functions, and other AWS services.
XcodeBuildMCP is a Model Context Protocol server (and companion CLI) that exposes Xcode build, simulator, device, and debugging operations as tools AI coding agents can call when working on iOS and macOS projects. It lets agents like Cursor, Claude Code, and Codex build, run, and inspect Apple platform apps without manual shell juggling.
Extension.js is a zero-config build and dev tool for browser extensions, providing hot module replacement, cross-browser targeting (Chrome, Edge, Firefox), and production packaging via a single CLI. It supports vanilla JS, TypeScript, and frameworks like React, Vue, Svelte, and Preact without webpack or rollup configuration.