Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.