Skip to content

A small pastebin-like program, with added syntax highlightings.

Notifications You must be signed in to change notification settings

axelauvinen/pastecan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple ``pastebin'' like program.

Works at least with Go versions 1.1, 1.2 and 1.3.

Has no external configuration yet, though the sources
are real short and simple, so it shouldn't be too hard
to modify them to suit you purposes.

Commandline options for setting the port(-p[ort]) and
the directory for pastes(-d[ir]).

`pbnf` is a syntax highlighter generator. It reads
simple pseudo bnf-like files, which it uses to generate
the corresponding crude parser and highlighter.

Licensed AGPL: http://www.gnu.org/licenses/agpl-3.0.html

2014, Lauri Peltomäki

About

A small pastebin-like program, with added syntax highlightings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 82.8%
  • CSS 9.9%
  • Shell 7.3%