Skip to content
View bencromwell's full-sized avatar
Block or Report

Block or report bencromwell

Report abuse

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

Report abuse
bencromwell/README.md

Hi there 👋

Pinned Loading

  1. sshush sshush Public

    SSH config management from YAML files, with groups

    Go 4 1

  2. git-spruce git-spruce Public

    CLI for sprucing up your local git, cleans out branches that have been merged upstream.

    Go

  3. git-spruce-php git-spruce-php Public

    CLI for sprucing up your local git, cleans out branches that have been merged upstream.

    PHP

  4. manjaro manjaro Public

    Personal Manjaro setup and configuration.

    Shell

  5. iso3166 iso3166 Public

    Package for interacting with ISO3166 country codes

    PHP

  6. Github bookmarklet to remove dependa... Github bookmarklet to remove dependabot PRs/issues from search
    1
    javascript:(function () {
    2
      let searchField = document.getElementById('js-issues-search');
    3
      searchField.value += ' -label:dependencies';
    4
      const ke = new KeyboardEvent("keypress", {keyCode: 13});
    5
      searchField.dispatchEvent(ke);