GistManager extensionThis is a Visual Studio extension that let's you intuitively and comfortably manage your Github gists. Check out my blog on the motivation behind making the extensions, and the tools I have used: https://dotnetfalcon.com/visual-studio-extension-to-manage-your-github-gists FeaturesList and search your private and public gists: Use drag-and-drop to create gists or add gistfiles to an already existing gist: Use drag-and-drop to drop the contents of a gistfile to the Visual Studio editor: Rename gist files: Manage your gists: copy URL to clipboard, delete or checkout an earlier version of the gist: Manage gistfiles: copy the raw URL of the file, delete the file or checkout an earlier version of the file: |