Skip to content
forked from Bunn/Xgist

Xcode extension to send code to GitHub's Gist

License

Notifications You must be signed in to change notification settings

insidegui/Xgist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xgist

Xgist is a Xcode extension to send code to GitHub's Gist. The extension will send your selection or entire file to Gist and automatically copy the Gist URL into your Clipboard.

Be aware that it will replace your current clipboard with the Gist URL!

[Youtube demo video] (https://youtu.be/LtyPq-bzjM0)

screenshot

screenshot

Installation

  1. Clone the repo and open Xgist.xcodeproj;
  2. Enable target signing for both the Application and the Source Code Extension using your own developer ID;
  3. Product > Archive;
  4. Right click archive > Show in Finder;
  5. Right click archive > Show Package Contents;
  6. Open Products/Applications;
  7. Drag Xgist.app to your Applications folder and double click on it;
  8. Xgist macOS app will open and install the extension;
  9. Close Xgist.app
  10. Done.

About

Xcode extension to send code to GitHub's Gist

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%