GithubHelp home page GithubHelp logo

gopaste's Introduction

GoPaste

Simple command line pastebin-esque site for personal use.

Using prismjs for the optional syntax highlighting and Gorilla Toolkit Mux for routing.

Setup and Installation

  • Pick the appropriate paths, site url, and listen port for your setup.
  • Create a directory to store the uploaded pastes.
  • go get github.com/gorilla/mux
  • go build or install or whatever you want.

Usage

cat file-to-upload.txt | curl -F 'paste=<-' http://your-site

I like to add | xargs firefox to the end to open it in firefox

You can add ?lang=html to the url to get syntax highlighting. The langs supported are provided by Prism. Without the lang param (or with an invalid lang), a plaintext response is served. You can see the LANGS global for langauges I've included from prismjs.

Thanks

Thanks for http://sprunge.us for the idea which I shamelessly copied. Thanks to prismjs for the awesome syntax highlighting. Thanks to Gorilla Toolkit for the awesome Golang http extensions.

Disclaimer

I'm not responsible for any personal injuries (or any other damages) caused by this software.

gopaste's People

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jahil iseage-isu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.