A Qt application for managing your gists.
You can obtain the binary for your OS here. If you would like to build the source codes, you need to install the dependencies and run the following:
$ qtdeploy build desktop
This command will build a binary for you.
If you find yourself building this application multiple times, have a look at this gist in order to make the builds faster.
You need to create a new Personal access token
. This token is only used for
application communications. Once started up, the application will notify you of
token creation and will bring you to the page. Then you need to put the access
token in the configuration. Make sure you have only ticked gist
on the form.
This gives the application the access to read and write gists.
- This application is under heavy development.
- You can invoke a search box with
Ctrl+P
. - If you have new ideas or found any issues, please feel free to create an issue.
- Change logs can be found here.
Use of this source code is governed by the LGPL v3 license. License can be found in the LICENSE file.