bencromwell - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View bencromwell's full-sized avatar

Ben Cromwell bencromwell

Block or report bencromwell

Hi there 👋

Pinned Loading

  1. SSH config management from YAML files, with groups

    Go 6 1

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

    Go

  3. Personal Manjaro setup and configuration.

    Shell

  4. Package for interacting with ISO3166 country codes

    PHP

  5. Irwell is a Vale package containing a British English dictionary.

    1

  6. 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);