1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.\" Manpage for bashbro.
.\" Contact adam.danischewski@gmail.com to correct errors or typos.
.TH bashbro 1 "28 Jun 2024" "1.0" "User Commands"
.SH NAME
bashbro \- A Bash-based web file browser
.SH SYNOPSIS
bashbro [-?|-h|-s|-p <#>|-j|-V]
.SH DESCRIPTION
.PP
.br
Bashbro allows remotely browsing, streaming, viewing and saving files via
.br
web browser.
.br
.SH OPTIONS
.IP -?|-h|--help 15n
- Help
.IP -s|--start 15n
- Start bashbro HTTP file server
.IP -p|--port 11n
<#> - Set port for bashbro to use
.IP -j|--jail 15n
- Sets jail requires valid path to dir/file
.IP -V|--verbose 15n
- Verbose
.IP -v|--version 15n
- Display bashbro version
.SH EXAMPLES
.PP
To start bashbro locally on port 5555:
.br
bashbro -sp 5555
.br
To start bashbro on port 6565 jailed to /tmp:
bashbro -sp6565 -j/tmp
.br
.SH CAVEATS
.br
When using Chrome browser localhost may be blocked, in that case use
.br
your ip instead, for instance 192.168.1.55:8880.
.br
.SH FILES
.I /usr/bin/bashbro
.\".RS
.SH BUGS
No known bugs. Report requests, issues and bugs to:
.br
https://github.com/victrixsoft/bashbro/issues
.SH COPYRIGHT
Copyright ©2024 Adam Danischewski, GNU GPL v3.0+
.br
GNU GPL v3, <http://www.gnu.org/licenses/>
.SH AUTHOR
Adam Danischewski <adam.danischewski@gmail.com>
|