https://github.com/ctolkien/poshhaste
Powershell wrapper for talking to Hastebin.com
https://github.com/ctolkien/poshhaste
hastebin powershell
Last synced: about 2 months ago
JSON representation
Powershell wrapper for talking to Hastebin.com
- Host: GitHub
- URL: https://github.com/ctolkien/poshhaste
- Owner: ctolkien
- License: mit
- Created: 2014-08-18T02:27:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T03:22:16.000Z (about 11 years ago)
- Last Synced: 2025-01-20T08:26:11.428Z (about 1 year ago)
- Topics: hastebin, powershell
- Language: PowerShell
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PoshHaste
=========
Powershell Wrappar around the hastebin.com api.
Usage
----
```
Invoke-Haste "what's up"
```
Accepts pipelined input:
```
cat whatsup.text | Invoke-Haste
```
You can also override the Hastebin URI if you're running your own server:
```
cat whatsup.text | Invoke-Haste -serviceUrl http://myserver.com
```
```
get-help invoke-haste
```
For more help.