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
- Host: GitHub
- URL: https://github.com/imvexed/hasten
- Owner: ImVexed
- Created: 2018-09-30T03:44:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T04:38:30.000Z (over 7 years ago)
- Last Synced: 2025-03-14T23:33:13.746Z (about 1 year ago)
- Topics: cli, hastebin
- Language: Nim
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.