Skip to content

Instantly share code, notes, and snippets.

@tmgriffiths
Last active September 21, 2017 04:01
Show Gist options
  • Save tmgriffiths/12da44c1dc51a6a8dfe397b972bdd6e6 to your computer and use it in GitHub Desktop.
Save tmgriffiths/12da44c1dc51a6a8dfe397b972bdd6e6 to your computer and use it in GitHub Desktop.
Using GistBox Natively on Mac OS

Using GistBox Natively on MacOSX

So you've discovered Gists for organising and sharing (pseudo) code snippets, and you've discovered the beautiful GistBox as an interface for your gists. You feel like you just want it as a standalone app though, well...

1. Download and install Fluid

Download fluid to create a Site Specific Browser (SSB) (The free version is fine, but the paid version lets you anchor it in your menubar!). Fluid is an application that makes any web-app you commonly use into a standalone app. For those inclined you can install fluid via Homebrew cask with brew cask install fluid

Once you've installed fluid open the application and enter the following information to set up GistBox and click create.

  • URL: app.gistboxapp.com
  • Name: GistBox

Fluid Setup GistBox. Setup window.

This should create an SSB specifically for GistBox and place it in /Applications/. Launch the application and you should load the GistBox login page. Since GistBox is essentially a interface for your gists it uses you github credentials to log you in. If you simply sign in with github you'll open github.com in your default browser and never sign in.

To make GitBox work with Fluid you have to whitelist github.com links in Preferences > Whitelist, so that the initial signup can happen. After that it works fine. Make sure you use *'s to whitelist all github links generally.

Fluid Setup GistBox. Whitelist preference pane.

Once you've done that you can click ‘sign in with github’ and you should sign into your GistBox account.

Gist away!

Guide by tmgriffiths.

@sevos
Copy link

sevos commented Mar 10, 2017

In order to avoid domain phising, I'd recommend whitelisting:

https://*app.gistbox.com/*
https://*github.com/*

This prevents URLs like: http://github.com.hackers.org/login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment