Xgist
Xgist copied to clipboard
Xcode extension to send code to GitHub's Gist
This is how the UI looks like when dark mode is disabled:
Xcode save the snippets on this path `~/Library/Developer/Xcode/UserData/CodeSnippets` And this is a snippet file format: ```xml IDECodeSnippetCompletionScopes CodeBlock IDECodeSnippetContents //CODE GOES HERE IDECodeSnippetIdentifier 5B59E4B8-2705-48CF-8104-F2EF4C6F7EE4 IDECodeSnippetLanguage Xcode.SourceCodeLanguage.Objective-C IDECodeSnippetTitle SPIPPET_TITLE IDECodeSnippetUserSnippet IDECodeSnippetVersion...
This is kind of related to #5 : we should add automatic updates to the app. This is kind of problematic because the app is just a container for the...
Currently, the extension uses the content UTI to set the extension of the file on Gist, it would be better to detect the language based on the actual contents of...