Skip to content

clarkduvall/CodeServe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

CodeServe: Simple source browser

CodeServe is a simple server that will serve beautiful looking source code.

Features

  • Syntax highlighting
    • Uses vim syntax highlighter
    • Change vim colorscheme client side and server side
  • Browse directories
  • Link include files in C/C++

How to Use

Run CodeServe with:

code_serve.py

To see options run:

code_serve.py --help

Requirements

CodeServe requires

  • vim
  • Python 2.7
  • memcached
  • python2-memcached

Known Issues

  • The colorschme dropdown hides the options menu on some versions of Chrome/Chromium

Author

Clark DuVall

About

Simple code viewer with syntax highlighting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages