An open API service indexing awesome lists of open source software.

https://github.com/v-kolesnikov/githubgist

GitHub Gist plugin for QtCreator
https://github.com/v-kolesnikov/githubgist

gist github qt qtcreator qtcreator-plugin

Last synced: 3 months ago
JSON representation

GitHub Gist plugin for QtCreator

Awesome Lists containing this project

README

          

# QtCreator GitHub Gist plugin

## Introduction
Plugin integrates some [Gist](https://gist.github.com/ "Gist") functionality into [QtCreator](http://www.qt.io/ide/) IDE.

![GitHubGist QtCreator plugin](https://cloud.githubusercontent.com/assets/6506296/7642048/8d17e120-fa96-11e4-9c1d-8aa18cc93325.png)

## 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][a4aa694e]

[a4aa694e]: https://github.com/justCxx/QtcGistPlugin/releases "Download"

## More info
Additional information can be obtained [here][f50d083b]

[f50d083b]: https://vk.com/qtdev "QtDevClub"