Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.48 KB

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