config.def.h (671B)
1 char *gist = NULL; /* ID of existing gist to edit */ 2 char *desc = NULL; /* gist description */ 3 char *del = NULL; /* file name to delete from gist */ 4 char *fname = NULL; /* gist filename when reading from stdin */ 5 char *token = NULL; /* GitHub authentication token */ 6 char *tfile = NULL; /* path to file containing token */ 7 char *ghurl = "https://api.github.com/gists"; /* GitHub URL to post gists to */ 8 int pub = 1; /* 0: private need link to view, 1: public anyone can find */