haste-client v0.1.4
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
Repository
haste-client
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- almost 6 years ago
- May 8, 2017
License
MIT License
Links
Synced at
Sat, 23 Nov 2024 09:41:18 GMT
Languages