All Projects → sveinbjornt → ManDrake

sveinbjornt / ManDrake

Licence: BSD-3-Clause license
Native Mac man page editor with syntax coloring, mandoc syntax checking & live preview.

Programming Languages

objective c
16641 projects - #2 most used programming language
Lex
420 projects
javascript
184084 projects - #8 most used programming language
Roff
2310 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ManDrake

rstpad
Standalone reStructuredText editor with live preview (native app)
Stars: ✭ 35 (-73.08%)
Mutual labels:  osx, live-preview
Remarkable
Remarkable - The Markdown Editor for Linux http://remarkableapp.github.io
Stars: ✭ 1,763 (+1256.15%)
Mutual labels:  syntax-highlighting, live-preview
Highlight
Rich featured syntax highlighter for Keynote slides.
Stars: ✭ 367 (+182.31%)
Mutual labels:  syntax-highlighting, osx
TheVimIDE
Modern Vim IDE with support for C/C++, Java, Python, Lua, PHP, JavaScript, Ruby and much more ...
Stars: ✭ 33 (-74.62%)
Mutual labels:  syntax-highlighting, syntax-checker
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+810%)
Mutual labels:  syntax-highlighting, osx
ManOpen
A macOS GUI application for viewing Unix manual pages.
Stars: ✭ 18 (-86.15%)
Mutual labels:  osx, man-page
vim-yami
Monochromatic dark(闇) theme for Vim
Stars: ✭ 58 (-55.38%)
Mutual labels:  syntax-highlighting
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+16.15%)
Mutual labels:  syntax-highlighting
gray-matter
A colour scheme for Sublime Text and Visual Studio Code that takes design cues from popular minimalist Markdown text editors.
Stars: ✭ 69 (-46.92%)
Mutual labels:  syntax-highlighting
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (-73.08%)
Mutual labels:  syntax-highlighting
stackit
Cross-platform CloudFormation CLI tool for easy synchronous and idempotent stack updates
Stars: ✭ 37 (-71.54%)
Mutual labels:  osx
KodeEditor
A simple code editor with syntax highlighting and pinch to zoom
Stars: ✭ 60 (-53.85%)
Mutual labels:  syntax-highlighting
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (-36.15%)
Mutual labels:  osx
ULogViewer
Cross-Platform Universal Log Viewer.
Stars: ✭ 64 (-50.77%)
Mutual labels:  osx
syntect server
HTTP code syntax highlighting server written in Rust.
Stars: ✭ 83 (-36.15%)
Mutual labels:  syntax-highlighting
psutil
Cross-platform lib for process and system monitoring in Python
Stars: ✭ 8,488 (+6429.23%)
Mutual labels:  osx
Clojure-Sublimed
Clojure support for Sublime Text 4
Stars: ✭ 268 (+106.15%)
Mutual labels:  syntax-highlighting
brewfile
🍎 Brewfile to install softwares in macOS for engineers
Stars: ✭ 37 (-71.54%)
Mutual labels:  osx
inbedby7pm
My other theme was for Night Owls like myself. This theme was requested for by the "In Bed by 7pm" crowd
Stars: ✭ 125 (-3.85%)
Mutual labels:  syntax-highlighting
enhanced-slack
🌴 PoC Slack enhancer/injector
Stars: ✭ 48 (-63.08%)
Mutual labels:  syntax-highlighting

License Language

ManDrake Application Icon

ManDrake

ManDrake is a native man page editor for macOS with features such as syntax highlighting, live mandoc syntax validation and a live-updating rendered preview of the man page during editing. It can also export man pages as PDF or HTML.

Long story short, many years ago 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 created this editor. It's a bit rough around the edges, but it works really well for me. Perhaps it will also be of some use to you.

To learn more about the mandoc man page format:

man mdoc

or read this page.

For a recent web-based alternative to ManDrake, check out Grapse.

ManDrake is free, open source software distributed under a BSD license. If you find it useful, feel free to make a donation.

Screenshots

ManDrake Screenshot 1

ManDrake Screenshot 2

License

Copyright (c) 2004-2022, Sveinbjorn Thordarson <[email protected]>

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Building ManDrake

Requirements

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

  • Apple's Xcode
  • macOS SDK (10.8 or later)
  • Git
  • CocoaPods

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

xcode-select --install

Environment Setup

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

pod install

This installs all the dependencies required. ManDrake can then be built via the xcworkspace.

Captain Mandrake

Do I look all rancid and clotted? You look at me, Jack. Eh? Look, eh? And I drink a lot of water, you know. I'm what you might call a water man, Jack - that's what I am. And I can swear to you, my boy, swear to you, that there's nothing wrong with my bodily fluids. Not a thing, Jackie.

Here's Group Captain Lionel Mandrake from Kubrick's wonderful Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb in the intimidating company of Brigadier General Jack D. Ripper.

Group Captain Lionel Mandrake

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].