Skip to content
View KyleKing's full-sized avatar

Block or report KyleKing

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KyleKing/README.md

A few of my main projects:

Terminal UI Applications

repo-dashboard (repo) - TUI for viewing linked PRs, git status, stashes, and other information across multiple local git repositories

demo

tail-jsonl (repo) - Tail JSONL logs with pretty formatting and multi-line text like exceptions extracted for easier review

demo

jj-diff (repo) - TUI diff tool designed for jj workflows and as a drop-in replacement for scm-diff-editor

demo

paper-todo-tui (repo) - TUI adaption of the minimalist productivity system from Paper Apps "TODO"

demo

GitHub CLI Extensions

gh-lazydispatch (repo) - Standalone or GitHub CLI extension for dispatching workflows interactively, from history, and more

demo

Mdformat Plugins

A comprehensive suite of mdformat plugins for extending CommonMark formatting capabilities.

Plugin Description
mdformat-admon Format python-markdown admonitions
mdformat-front-matters Format YAML, TOML, or JSON front matter in markdown files
mdformat-gfm-alerts Format GitHub's blockquote-based admonitions (alerts)
mdformat-hooks Run shell commands (like mdsf for code formatting) as post-processing hooks
mdformat-mkdocs Format MkDocs-specific markdown including admonitions, content tabs, and Material theme features
mdformat-obsidian Format Obsidian callouts (admonitions) and wiki-links
mdformat-plugin-template Opioniated copier template for creating new mdformat plugins with modern Python tooling
mdformat-slw Better markdown diffs by reducing semantic line breaks

Python Development Tools

calcipy (repo) - Python development toolkit with task runners, documentation generators, and quality checks. Use with calcipy_template (repo) for project scaffolding and corallium (repo) for shared utilities

copier-template-tester (repo) - Configurable CLI and pre-commit tool for testing copier templates

Workflow & Testing

(Beta) dagtest (repo) - Complex workflow automation testing. Model and run complex workflow automation testing with Playwright and event listeners

Utilities & Other Projects

doner (repo - Managed pinned versions in Dockerfiles (doner: DOcker maintaiNER)

app-template (repo) - Minimal Deno, Hono, HTMX template (HAVE I USED THIS ANYWHERE?)


Personal Website | PyPI Packages

Pinned Loading

  1. yak-shears yak-shears Public

    ✁ ✁ ✁

    Python 2

  2. mdformat-mkdocs mdformat-mkdocs Public

    An mdformat plugin for mkdocs and Material for MkDocs

    Python 30 5

  3. copier-template-tester copier-template-tester Public

    ctt: CLI and pre-commit tool for testing copier

    Python 21 2

  4. tail-jsonl tail-jsonl Public

    Tail JSONL Logs

    Python 3

  5. app-template app-template Public

    Minimal Deno, Hono, HTMX, and Vento template

    TypeScript