Skip to content
Sebastien Pouliot edited this page Feb 27, 2022 · 3 revisions

You can create Github gist of the source view, both C# and IL, or any tables by using the CTRL + G key.

Setup

In order to create private gists from Cilurbo you need to have:

  • a Github account; and
  • a OAuth token with the gist scope

This token can be generated by visiting the following URL: https://github.com/settings/tokens

Cilurbo look for the token in the following locations and order of precedence:

  • an environment variable GITHUB_OAUTH_TOKEN
  • a .gist-token file in your home directory
Clone this wiki locally