https://github.com/ozwaldorf/0dd.sh
no bullshit command line pastebin
https://github.com/ozwaldorf/0dd.sh
cli pastebin
Last synced: 2 months ago
JSON representation
no bullshit command line pastebin
- Host: GitHub
- URL: https://github.com/ozwaldorf/0dd.sh
- Owner: ozwaldorf
- License: mit
- Created: 2022-03-27T18:48:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T04:11:49.000Z (4 months ago)
- Last Synced: 2025-03-22T03:32:04.856Z (3 months ago)
- Topics: cli, pastebin
- Language: Rust
- Homepage: https://0dd.sh
- Size: 96.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 0dd.sh
[](https://github.com/ozwaldorf/0dd.sh/actions/workflows/fastly.yaml)
[](https://developer.mozilla.org/en-US/observatory/analyze?host=0dd.sh)
[](https://0dd.sh/json)no bullshit command line pastebin
| Mirror | |
| ------------------------------ | - |
| [**0dd.sh**](https://0dd.sh) | [](https://0dd.sh) |
| [**upld.is**](https://upld.is) | [](https://upld.is) |## Usage
```
# Upload file
curl 0dd.sh -LT filename# Upload command output
command | curl 0dd.sh -LT -# Get content
curl https://0dd.sh/xxyyzzaa
```## Development
> Note: the key value store must be created and assigned for uploads to work
```
fastly compute build
fastly compute deploy
fastly kv-store list
fastly kv-store-entry describe -qs -k _upload_metrics
```