An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 0dd.sh

[![fastly deploy](https://img.shields.io/github/actions/workflow/status/ozwaldorf/0dd.sh/fastly.yaml?style=for-the-badge&label=CI%2FCD)](https://github.com/ozwaldorf/0dd.sh/actions/workflows/fastly.yaml)
[![Mozilla HTTP Observatory Grade](https://img.shields.io/mozilla-observatory/grade-score/0dd.sh?style=for-the-badge)](https://developer.mozilla.org/en-US/observatory/analyze?host=0dd.sh)
[![uploads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2F0dd.sh%2Fjson&query=%24.uploads&style=for-the-badge&label=uploads)](https://0dd.sh/json)

no bullshit command line pastebin

| Mirror | |
| ------------------------------ | - |
| [**0dd.sh**](https://0dd.sh) | [![get](https://img.shields.io/website?url=https%3A%2F%2F0dd.sh&label=)](https://0dd.sh) |
| [**upld.is**](https://upld.is) | [![get](https://img.shields.io/website?url=https%3A%2F%2Fupld.is&label=)](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
```