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
- Host: GitHub
- URL: https://github.com/zer0bin-dev/zer0
- Owner: zer0bin-dev
- License: mit
- Created: 2022-03-16T16:46:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T02:00:00.000Z (about 3 years ago)
- Last Synced: 2024-08-03T15:06:47.171Z (9 months ago)
- Topics: cli, go, golang, pastebin, web
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - zer0bin-dev/zer0 - 🧑💻 // CLI client for zer0bin (web)
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: