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
- Host: GitHub
- URL: https://github.com/leptos-null/haste
- Owner: leptos-null
- License: mit-0
- Created: 2020-04-10T19:29:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T19:29:43.000Z (about 6 years ago)
- Last Synced: 2025-12-27T21:02:50.196Z (4 months ago)
- Topics: haste, hastebin, hastebin-client
- Language: Objective-C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```