Skip to content
View ChrisE217's full-sized avatar
♾️
♾️

Highlights

  • Pro

Organizations

@MPS-Data

Block or report ChrisE217

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ChrisE217/README.md

Hi there 👋


⏳ Year progress [ ███████████████████▁▁▁▁▁▁▁▁▁▁▁ ] 64.04 %


Pinned Loading

  1. athenaathenaPublic

    A fast Playwright reporter with a custom report UI — steps, failures, screenshots, traces, pass heatmap, duration bars, and AI fix prompts.

    TypeScript

  2. ChrisE217ChrisE217Public

    TypeScript 1

  3. nvimnvimPublic

    LazyVim config

    Lua

  4. gh-prunegh-prunePublic

    Bulk-delete stale GitHub branches without losing anything you care about. Written for repos that have quietly accumulated hundreds of branches: dead feature work, merged PRs nobody tidied up, and a…

    Shell

  5. Clone all repos in a GitHub organisa...Clone all repos in a GitHub organisation
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    4
    usage() {
    5
     cat <<'EOF'
  6. pgcli cheatsheetpgcli cheatsheet
    1
    # pgcli cheatsheet
    2
    3
    REPL on top of `prompt_toolkit`. Most `\*` commands are psql-compatible. Config: `~/.config/pgcli/config`.
    4
    5
    ---