https://github.com/lawrencegripper/PowerGist
An addin for the Powershell ISE to allow quick access, update and creation of Gists
https://github.com/lawrencegripper/PowerGist
Last synced: 5 months ago
JSON representation
An addin for the Powershell ISE to allow quick access, update and creation of Gists
- Host: GitHub
- URL: https://github.com/lawrencegripper/PowerGist
- Owner: lawrencegripper
- License: mit
- Created: 2015-01-15T17:31:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T14:01:08.000Z (over 7 years ago)
- Last Synced: 2024-08-03T22:18:12.011Z (9 months ago)
- Language: C#
- Size: 344 KB
- Stars: 56
- Watchers: 11
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
- jimsghstars - lawrencegripper/PowerGist - An addin for the Powershell ISE to allow quick access, update and creation of Gists (C# #)
README
# PowerGist

An addin for the Powershell ISE to allow quick access, update and creation of Gists
#Install
Get Chocolatey (awesome command line installer for windows)
Open powershell as administrator and type:
C:\> choco install powergist
See this blog post for more details http://wp.me/p1He68-au
*Warning – This was a quick project and should be considered alpha quality. Feel free to submit fixes and enhancements in a pull request*
#Debugging
1. Enable first chance exceptions.
2. Under debug for the project set to start external application "C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe"
3. Set commandline arguments to "-noprofile -file c:\your\path\to\repository\PowerGistInstallerDebug.ps1"