All Projects → BubuAnabelas → markcat

BubuAnabelas / markcat

Licence: MIT License
👓 Markdown files terminal viewer.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to markcat

ManDrake
Native Mac man page editor with syntax coloring, mandoc syntax checking & live preview.
Stars: ✭ 130 (+293.94%)
Mutual labels:  syntax-highlighting
stan-vim
A Vim plugin for the Stan probabilistic programming language.
Stars: ✭ 41 (+24.24%)
Mutual labels:  syntax-highlighting
Xcode-Darcula
Xcode theme based on the Darcula theme for JetBrains IDEs.
Stars: ✭ 26 (-21.21%)
Mutual labels:  syntax-highlighting
ax-editor
Ax is a code editor with syntax highlighting that runs in your terminal written completely in Swift.
Stars: ✭ 42 (+27.27%)
Mutual labels:  syntax-highlighting
QSourceHighlite
Lightweight syntax highlighter written in Qt
Stars: ✭ 39 (+18.18%)
Mutual labels:  syntax-highlighting
vim-markdown
Markdown Vim Mode
Stars: ✭ 4,072 (+12239.39%)
Mutual labels:  syntax-highlighting
KodeEditor
A simple code editor with syntax highlighting and pinch to zoom
Stars: ✭ 60 (+81.82%)
Mutual labels:  syntax-highlighting
vue-code-highlight
Beautiful code highlighter as Vue.js component.
Stars: ✭ 96 (+190.91%)
Mutual labels:  syntax-highlighting
fastedit
安卓端高性能输入框。
Stars: ✭ 38 (+15.15%)
Mutual labels:  syntax-highlighting
tree-sitter-sql
SQL syntax highlighting for tree-sitter
Stars: ✭ 33 (+0%)
Mutual labels:  syntax-highlighting
splash
🌊 Highlight source code embedded in HTML with a splash of color
Stars: ✭ 19 (-42.42%)
Mutual labels:  syntax-highlighting
Sublime-GenericConfig
Generic highlighting of the configuration files for Sublime Text 2 and Sublime Text 3
Stars: ✭ 39 (+18.18%)
Mutual labels:  syntax-highlighting
vscode-cue
CUE language support for Visual Studio Code
Stars: ✭ 55 (+66.67%)
Mutual labels:  syntax-highlighting
JCEditor
📝 Text editor created in Java
Stars: ✭ 33 (+0%)
Mutual labels:  syntax-highlighting
night-owlish
🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
Stars: ✭ 122 (+269.7%)
Mutual labels:  syntax-highlighting
Clojure-Sublimed
Clojure support for Sublime Text 4
Stars: ✭ 268 (+712.12%)
Mutual labels:  syntax-highlighting
Laravel.tmTheme
A Sublime Text 3 theme based on the Laravel documentation colour scheme
Stars: ✭ 40 (+21.21%)
Mutual labels:  syntax-highlighting
joe-syntax
JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Stars: ✭ 53 (+60.61%)
Mutual labels:  syntax-highlighting
see-cli
A colorful 🌈 cat - syntax highlight print CLI
Stars: ✭ 24 (-27.27%)
Mutual labels:  syntax-highlighting
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 36,988 (+111984.85%)
Mutual labels:  syntax-highlighting

markcat
NPM Badge Travis Badge

markcat

Markdown files terminal viewer.

Based on marked-terminal

  • Code highlight right out of the box.
  • Based on the popular marked package.
  • Github Flavored Markdown support.
  • Renders your emojis 🎉.

Table of Contents

Install

Make sure you have Node.js version 8 or higher installed

$ npm install -g markcat

Usage

$ markcat [filename]

View Markdown files in the terminal

Options:
  --version            Show version number
  --help               Show help
  --no-gfm             Disable GitHub Flavored Markdown
  --no-tables          Disable GFM tables. This option requires the gfm option
                       to be true
  --no-breaks          Disable GFM line breaks. This option requires the gfm
                       option to be true
  -p, --pedantic       Conform to original's markdown.pl as much as possible.
                       Don't fix any of the original markdown bugs or poor
                       behavior
  -s, --sanitize       Sanitize the output. Ignore any HTML that has been input

  -S, --no-smartlists  Use smarter list behavior than the original markdown

  --smartypants        Use "smart" typographic punctuation for things like
                       quotes and dashes

Example

asciicast

License

MIT License © Joaquín Serna

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].