Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1HLUnpxjjNeA5vi9TMqnd237MtKGxJdKpm https://explorer.blockstack.org/address/1HLUnpxjjNeA5vi9TMqnd237MtKGxJdKpm

Keybase proof

I hereby claim:

  • I am nwhistler on github.
  • I am ghostly (https://keybase.io/ghostly) on keybase.
  • I have a public key whose fingerprint is 27B6 C546 4A19 AFF6 D114 5144 4A1E A77F 816F 07CF

To claim this, I am signing this object:

JQL Syntax for the Impatient

There are a few JQL syntax bits to get you started:

  • AND --- allows you to add qualifiers to a list
  • != Thing --- target one thing
  • is in (List, Of, Things) --- target a bunch of things (Done, Closed, Resolved) typically
  • not in (List, of, Things) --- do not include a bunch of things
  • -1w --- relative time. You can also use -1d for day
  • "2015/3/15" --- specific dates