Skip to content
View bioshazard's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report bioshazard

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

Pinned Loading

  1. backrest-auto-labels backrest-auto-labels Public

    Go

  2. pwbot pwbot Public

    Slackbot for my Slack

    TypeScript

  3. tree-chat tree-chat Public

    TypeScript

  4. MCPO multi-service CLI MCPO multi-service CLI
    1
    #!/bin/bash
    2
    
                  
    3
    # MCPO CLI - Efficient MCP OpenAPI Proxy Client
    4
    # Usage: ./mcpo.sh <command> [args...]
    5
    
                  
  5. Git New Branch from origin Git New Branch from origin
    1
    git config --global alias.nb '!f() { git fetch origin && git checkout -b "$1" origin/${2:-master} --no-track; }; f'
    2
    git config --global --type bool push.autoSetupRemote true
  6. lfcms/LittlefootCMS lfcms/LittlefootCMS Public

    The Big CMS with a little footprint.

    PHP 4