Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctolkien/poshhaste
Powershell wrapper for talking to Hastebin.com
https://github.com/ctolkien/poshhaste
hastebin powershell
Last synced: 27 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T03:22:16.000Z (almost 10 years ago)
- Last Synced: 2023-04-03T17:24:29.788Z (over 1 year ago)
- Topics: hastebin, powershell
- Language: PowerShell
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- 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.