Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfinke/Posh-Gist
PowerShell cmdlets for interacting with GitHub Gist
https://github.com/dfinke/Posh-Gist
Last synced: about 1 month ago
JSON representation
PowerShell cmdlets for interacting with GitHub Gist
- Host: GitHub
- URL: https://github.com/dfinke/Posh-Gist
- Owner: dfinke
- Created: 2013-12-11T00:52:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T21:34:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-28T10:02:37.593Z (about 1 month ago)
- Language: PowerShell
- Size: 510 KB
- Stars: 39
- Watchers: 8
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-powershell - Posh-Gist - Cmdlets for interacting with GitHub Gist. (API Wrapper)
- awesome-starz - dfinke/Posh-Gist - PowerShell cmdlets for interacting with GitHub Gist (PowerShell)
- jimsghstars - dfinke/Posh-Gist - PowerShell cmdlets for interacting with GitHub Gist (PowerShell)
README
Posh-Gist
=
Share your PowerShell scripts easily with [GitHub Gists](https://gist.github.com/) and Send-Gist.After doing an `Import-Module PoshGist` ***Ctrl+Shift+S*** is wired up in PowerShell ISE. Load up a script or write one from scratch, press the shortcut keys and you've created a gist.
**NOTE.** If a selection is made, only the selection will be used for the new gist.![Image](https://raw.github.com/dfinke/Posh-Gist/master/UsingPoshGist.gif)
You need a [GitHub](https://github.com/join) account to post a gist, this does not support anonymous posts.
ToDo
-
* ~~Add Updating an existing gist~~
* ~~Add Deleting an existing gist~~
* ~~Expand capabilities to send files on disk~~
* ~~Load an existing gist into ISE~~