Skip to content

Commit 89d1bec

Browse files
docs: 📝 manpage
1 parent 99da9f9 commit 89d1bec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

zer0bin.1.gz

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)