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 99da9f9 commit 89d1becCopy full SHA for 89d1bec
zer0bin.1.gz
@@ -0,0 +1,18 @@
1
+.\" Manpage for zer0bin.
2
+.TH randompassword 1 "March 2022" "zer0bin man page" "User Commands"
3
+.SH NAME
4
+zer0bin \- A client for zer0b.in and other zer0bin instances
5
+.SH SYNOPSIS
6
+echo/cat content | zer0bin [--md] [--instance]
7
+.SH DESCRIPTION
8
+randompassword makes random passwords of any length using /dev/urandom
9
+.SH OPTIONS
10
+--instance: Change instance
11
+--md: Toggle markdown mode
12
+.SH EXAMPLE
13
+$ echo "hello world" | zer0bin
14
+$ cat /var/logs/prog.log | zer0bin # Text only
15
+$ echo "other instance" | zer0bin --instance https://stepbro.voring.me
16
+$ cat document.md | zer0bin --md # Markdown mode
17
+.SH "SOURCE"
18
+https://github.com/zer0bin-dev/client
0 commit comments