qrush - Overview

View qrush's full-sized avatar

Nick Quaranto qrush

A short, sturdy creature fond of drink and industry. Started rubygems.org a while back. Still writing Ruby 16 years later.

Block or report qrush

Pinned Loading

  1. The Ruby community's gem hosting service.

    Ruby 2.4k 983

  2. An effort to provide awesome documentation for the RubyGems ecosystem.

    SCSS 156 188

  3. A new UI for git. This doesn't work yet.

    Rust 28 1

  4. Mirror of the Restoration of 1st Edition UNIX kernel sources from pdf document.

    C 918 232

  5. 4

    # pipe into bash and auto-delete any branches that have been merged into master!

    5

    git log master --pretty=format:'%d' | grep '^ (origin' | tr -d ' ()' | sed 's/origin\//git push origin :/'