bashbro is a Bash-based web file browser that allows you to browse, stream, view documents, and save files remotely using your web browser. It can run on Windows via WSL. To start the program locally on port 5555, use the command $> bashbro -s -p 5555 or the condensed syntax $> bashbro -sp5555. For remote servers, copy bashbro to the server and run it using ssh. To avoid downloading large images, clone the assets branch with depth 1. You can also fetch and run bashbro directly using curl or wget. Note that when using Chrome browser, localhost may be blocked, so use your IP instead.
Controversial information: Some users may find the localhost blocking in Chrome browser to be a Windows/Chrome issue.
Unique content: The option to avoid downloading large images by cloning the assets branch with depth 1 is a clever tip for users.
https://github.com/victrixsoft/bashbro