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

https://github.com/zer0bin-dev/zer0

🧑‍💻 // CLI client for zer0bin
https://github.com/zer0bin-dev/zer0

cli go golang pastebin web

Last synced: 6 months ago
JSON representation

🧑‍💻 // CLI client for zer0bin

Awesome Lists containing this project

README

        








CLI client for zer0bin


# Usage:

```
$ echo "hello world" | zer0
$ cat /var/logs/prog.log | zer0 # Text only
$ echo "other instance" | zer0 --instance https://stepbro.voring.me
$ cat document.md | zer0 --md # Markdown mode
```

# Download:

### AUR
```
yay -S zer0
```

### From source
```
go install github.com/zer0bin-dev/[email protected]
```
(make sure you've [configured PATH correctly](./gopath.md))

### Binaries

https://github.com/zer0bin-dev/zer0/releases/tag/v1.0.0

### Manpage
```
sudo curl -fsSL https://raw.githubusercontent.com/zer0bin-dev/zer0/main/zer0.1.gz -o /usr/share/man/man1/zer0.1.gz && mandb
```

# Technologies used: