We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Specification of canonical-form JSON for equivalence comparison.
Awk 21 5
Proposal for extending JSON.parse to expose input source text.
HTML 251 12
// ==UserScript==
// @name Focus Search
// @namespace https://github.com/gibson042
// @description Responds to <{Command,Ctrl}+/> by attempting to find and focus a page's search box.
// @source https://gist.github.com/gibson042/c9b3406bc54f55726ec4
#!/usr/bin/awk -f
BEGIN {
USAGE="Usage: %s rule=<awk ERE pattern>/<ANSI SGR format>[.<extra format>]... [rule=...]...";
EXAMPLE="Example: </etc/resolv.conf %s rule='#.*'/dim rule='([0-9]+[.]){3}[0-9]+'/bold.red";
CMD=ENVIRON["_"];
There was an error while loading. Please reload this page.