https://github.com/kyee-rs/0x0.st
A Rust-based application to upload files to 0x0.st
https://github.com/kyee-rs/0x0.st
Last synced: about 1 month ago
JSON representation
A Rust-based application to upload files to 0x0.st
- Host: GitHub
- URL: https://github.com/kyee-rs/0x0.st
- Owner: kyee-rs
- Created: 2022-12-13T07:34:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T15:34:59.000Z (about 2 years ago)
- Last Synced: 2025-04-06T07:36:10.434Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0x0.st 🦄
> This is my first rust project. It's probably not the best code, but it works. If you have any suggestions, feel free to open an issue or a pull request.
## What is this?
This is a wrapper for [0x0.st](https://0x0.st) that allows you to upload files from the command line.
### Installation
```bash
$ curl -sL https://raw.githubusercontent.com/voxelin/0x0.st/master/install.sh | sh
```### Building
You need to have rust installed. You can get it from [here](https://www.rust-lang.org/tools/install).
Then, you can build it with `cargo build --release`.
### Usage
You can upload a file with `0x0 `. This will print the URL to stdout.
Example:```
$ 0x0 ./README.md
- Uploading file...
- Done!
https://0x0.st/uZ7n.md
```