https://github.com/kgn/gister
Cocoa app for viewing gists.
https://github.com/kgn/gister
Last synced: over 1 year ago
JSON representation
Cocoa app for viewing gists.
- Host: GitHub
- URL: https://github.com/kgn/gister
- Owner: kgn
- Created: 2010-12-14T10:55:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-12-24T17:49:23.000Z (over 14 years ago)
- Last Synced: 2025-04-12T19:10:06.568Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 910 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
__Gister__ is a Cocoa app for viewing gists. It is still in it's infancy and cannot yet edit gists. But it does allow you to save gists and copy then to the clipboard! so that's something :)

Current Features
--------
* Automatic git username detection.
* Preference to change the username.
* Browse all your gists, or switch the user to view someone else.
* Save a gist.
* Copy a gist.
* Open gist on github in web browser.
* Refresh.
Current Limitations
--------
* Only the first file in a gist is displayed.
* Gists cannot be updated from __Gister__.
* Gists cannot be deleted.
* No syntax highlighting.
* No error checking.
Frameworks
--------
__Gister__ is build on some great frameworks and also builds its own for interacting with gists in objective-c. The GistManager framework can be used in any other project!
* [JSON](http://stig.github.com/json-framework/)
* [BWToolKit](http://www.brandonwalkin.com/bwtoolkit/); Make sure to install the Interface Builder plugin, this can be found in the Frameworks directory.
These frameworks are included with __Gister__ so you don't have to hunt them down.
__Gister__ was created by David Keegan - [kgn](http://www.kgn.com)