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

https://github.com/leptos-null/haste

Upload data to hastebin from a file or stdin
https://github.com/leptos-null/haste

haste hastebin hastebin-client

Last synced: about 3 hours ago
JSON representation

Upload data to hastebin from a file or stdin

Awesome Lists containing this project

README

          

## haste

Upload data to [hastebin](https://hastebin.com) from a file or stdin.

Based on [seejohnrun/haste-client](https://github.com/seejohnrun/haste-client)

### Usage

```shell
$ cat file.sh | haste
# URL of the data is printed
$ haste file.sh
# URL of the data is printed
$ haste
haste must be invoked with exactly one file name or stdin open
```