Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View metrofx's full-sized avatar

Block or report metrofx

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. Pretty git log, displays 20 last com... Pretty git log, displays 20 last commits.
    1
    #!/bin/sh
    2
    git --no-pager log -n 20 --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
  2. OpenRouter API Key Status Checker OpenRouter API Key Status Checker
    1
    #!/usr/bin/env python3
    2
    """
    3
    OpenRouter API Key Status Checker
    4
    Usage:
    5
      python check_openrouter_key.py <API_KEY>