Skip to content

v-kolesnikov/githubgist

Repository files navigation

QtCreator GitHub Gist plugin

Introduction

Plugin integrates some Gist functionality into QtCreator IDE.

GitHubGist QtCreator plugin

Features

  • Create gist from selected text
  • Create public\secret gist
  • Create anonymous\authorised gist

Building from sources

  • git clone https://github.com/justCxx/githubgist.git
  • cd githubgist
  • Set build environment:
    • On Linux:
    • export QTC_SOURCE=%QT_CREATOR_SOURCE%
    • export QTC_BUILD=%QT_CREATOR_BUILD%
  • qmake
  • make

Downloads

Built plugin can be downloaded here

More info

Additional information can be obtained here