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

https://github.com/imvexed/hasten

minimal HasteBin CLI tool
https://github.com/imvexed/hasten

cli hastebin

Last synced: about 1 year ago
JSON representation

minimal HasteBin CLI tool

Awesome Lists containing this project

README

          

# Hasten
A minimal [hastebin](https://hastebin.com/) cli clone written in Nim

```
Usage:
echo Hello, World! | hasten [optional-params]
Options(opt-arg sep :|=|spc):
-h, --help write this help to stdout
-u=, --url= string "https://hastebin.com/" base url to upload to
-r, --raw bool false return the raw URL
```
## Why?
This was written before I realized there was already another Nim client out there (albeit outdated) & curl + awk one-liner.

## Notes
The releases & build stage in the makefile strip the GC from the final executable since the process is so short lived.