We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300e845 commit 0230a52Copy full SHA for 0230a52
zer0.1.gz
@@ -0,0 +1,20 @@
1
+.\" Manpage for zer0.
2
+.TH zer0 1 "March 2022" "zer0 man page" "User Commands"
3
+.SH NAME
4
+zer0 \- A client for zer0b.in and other zer0bin instances
5
+.SH SYNOPSIS
6
+echo/cat content | zer0 [--md] [--instance]
7
+.SH OPTIONS
8
+--instance: Change instance
9
+
10
+--md: Toggle markdown mode
11
+.SH EXAMPLE
12
+$ echo "hello world" | zer0
13
14
+$ cat /var/logs/prog.log | zer0 # Text only
15
16
+$ echo "other instance" | zer0 --instance https://stepbro.voring.me
17
18
+$ cat document.md | zer0 --md # Markdown mode
19
+.SH "SOURCE"
20
+https://github.com/zer0bin-dev/zer0
zer0bin.1.gz
0 commit comments