Plugin integrates some Gist functionality into QtCreator IDE.
- Create gist from selected text
- Create public\secret gist
- Create anonymous\authorised gist
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
Built plugin can be downloaded here
Additional information can be obtained here