haste
Version, currently 0.1.25 versions
- 0.1.4latestDec 14, 2018
- 0.1.3not indexedDec 14, 2018
- 0.1.2not indexedDec 14, 2018
- 0.1.1not indexedDec 14, 2018
- 0.1.0not indexedDec 14, 2018
github.com/petoem/haste-client
CLI client for haste-server written in crystal
Nothing has been indexed for 0.1.2 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
haste:
github: petoem/haste-client
version: ~> 0.1.2Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.2. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
haste client
CLI client for haste-server written in crystal based on haste-client.
haste is a client for uploading data to haste-server. All you have to do is pipe data into STDIN:
cat file | haste
After that, it will print the URL to STDOUT.
This can be used in combination with pbcopy, like:
- mac osx:
cat file | haste | pbcopy - linux:
cat file | haste | xsel
after which the contents of file will be accessible at a URL which has been copied to your clipboard.
Installation
Download the executable from release page and put it in your path.
Usage
Making uploading file contents easier
If you supply a valid file path as the first argument to the client, the file will be taken as input:
# equivalent
cat file | haste
haste file
You can get the raw version
Want a URL pointing to a plain-text version instead?
cat file | haste --raw # or
haste file --raw
Contributing
- Fork it ( https://github.com/petoem/haste-client/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- petoem Michael Petö - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.2- Tagged
- Dec 14, 2018
- Commit
3338f097d61e- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/petoem/haste-client
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 5