A terminal-friendly, dead-simple file server. Written in Go.
f61ef726f95a — Dang Hoang Tuan (Tsuki) default tip 2 years ago
Update .hgignore
76e9b1d98b5a — Dang Hoang Tuan (Tsuki) 2 years ago
Update README Credits section
fb46d3269668 — Dang Hoang Tuan (Tsuki) 2 years ago
Update README Contribution section to fit with Sourcehut's unconventional workflow

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~tsukii/robin
read/write
ssh://hg@hg.sr.ht/~tsukii/robin

Robin

A terminal-friendly, dead-simple file server. Written in Go.

#Table of Content

#Introduction

asciicast

forthebadge

Robin is a terminal-friendly, dead-simple file server. Written in Go.

#Features

  • Serve static files
  • Terminal-friendly, elegant interface (Returns plain text tables)
  • curl-friendly
  • Easily redirect to directories and read files with /path

#Installation

hg clone https://hg.sr.ht/~tsukii/robin # Clone the repo
cd robin
go mod tidy
go build

#Contributions

Contributions are welcome. If you found any bugs or want to requrest a feature, please open an issue.

#Credits

This software uses echo web framework and tablewriter for displaying beautiful file tables

Thanks README Templates and GitPoint's README for the template. This project uses GitPoint's README template.

Thanks this TOC generator for the Table Of Content.

#License

MIT