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
- Host: GitHub
- URL: https://github.com/v-kolesnikov/githubgist
- Owner: v-kolesnikov
- License: mit
- Created: 2015-05-14T00:40:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T10:23:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T04:45:34.184Z (12 months ago)
- Topics: gist, github, qt, qtcreator, qtcreator-plugin
- Language: C++
- Size: 59.6 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.

## 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"