An open source screenshot capture and server link creator.
Learn more at https://sshadmand.github.io/GoGong/
GoGong has two components:
-
A native OSX application https://github.com/sshadmand/GoGongApp
-
A DJANGO server: https://github.com/sshadmand/GoGongServer
The native OSX application is written in Swift and is available as source code or as an app you can install on your OSX machine. The app upload the latest screen capture taken and pastes the returned sharable URL into you machine's clipboard for easy pasting.
A DJANGO server that accepts posts made from the app and return a sharable URL.
I needed a capture & share solution that could run entirely on an Intranet (or heavily firewalled) environemt. Of course, there are many awesome capture & share tools out there, but they all have some component based on top a public cloud; and that just wouldn't do. Since there may be others with the same need, I decided to build a solution and open-source it.