bencromwell - Overview
Navigation Menu
- Manchester, United Kingdom
- https://cromwell.dev
Pinned Loading
-
CLI for sprucing up your local git, cleans out branches that have been merged upstream.
Go
-
Personal Manjaro setup and configuration.
Shell
-
Package for interacting with ISO3166 country codes
PHP
-
Irwell is a Vale package containing a British English dictionary.
-
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);