Skip to content

JanX2/ManDrake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManDrake

ManDrake is a native, open-source man page editor for Mac OS X. It has syntax highlighting and live-updating rendered preview.

Long story short, I was sick of writing man pages in an endless cycle of edit-view, edit-view so I decided to do something about it and made this editor. It's a bit rough around the edges, but it works really well for me.

Visit the project site for more information.

License

The source code is distributed under the [GNU General Public License v2](http://sveinbjorn.org/license

Development

Requirements

If you wish to build ManDrake yourself, you will need the following components/tools:

  • a recent Xcode with support for ARC and subscripting
  • OS X SDK (10.6 or later)
  • Git

You may also need to install Xcode’s command line tools with the following command, if you want to re-build the included cat2html:

xcode-select --install

Environment Setup

After cloning the repository, run the following commands inside the repository root (directory containing this README.md file):

git submodule init
git submodule update

About

Man page editor for Mac OS X with syntax coloring & live preview.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.4%
  • Objective-C 18.6%
  • Lex 12.7%
  • Makefile 1.3%