gnu source-highlight Alternatives, Similar

gnu source-highlight
All gnu source-highlight Alternatives
Kate
Kate is a text editor written for KDE. Kate consists of the initials of the words “KDE advanced text editor”....
pyCOINMON
Cryptocurrency price ticker CLI. Python Port based on COINMON,Check cryptocurrencies' prices, changes on your console. Best CLI tool for those...
Remarkable
Remarkable is a free, fully featured markdown editor for Linux.Features include Live Preview, PDF/HTML export, MathJax support, Syntax highlighting, customizable,...
showterm
It's showtime in a terminal!Showterm lets your record a terminal session exactly as you experience it, right down to the...
Medley Text
Medley Text is a note taking tool for programmers. It helps developers to collect important code snippets, ideas, in one...
mu
mu is a tool for dealing with e-mail messages stored in the Maildir-format, on Unix-like systems. mu's main purpose is...
MultiMarkdown
MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain text into well formatted documents, including HTML, PDF...
txt2tags
It reads a text file with minimal markup such as **bold** and //italic// and converts it to the following formats...
Markor
📝 Create notes and manage your to-do list using simple markup formats🌲 Work completely offline – whenever, wherever👌 Compatible with...
Typora
Typora will give you a seamless experience as both a reader and a writer. It removes the preview window, mode...
Silvrback
Founded in 2013, Silvrback sought to provide users with a potent, minimalist writing experience that was easy to use, well-supported,...
Slab
Slab is a knowledge hub for the modern workplace. We help teams unlock their full potential through shared learning and...
Moar
Moar is a pager. It's designed to be easy to use and just do the right thing without any configuration....
Windows Terminal
Windows Terminal is a new, modern, feature-rich, productive terminal application for command-line users. It includes many of the features most...
ne
ne is a text editor based on the POSIX standard that runs (we hope) on almost any UN*X machine. ne...
Advanced Package Tool
Apt (for Advanced Package Tool) is a set of core tools inside Debian. Apt makes it possible to: – Install...
CherryTree
A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.-...
Aria2
Aria2 is a lightweight multi-protocol and multi-source command line download tool. Supports HTTP / HTTPS, FTP, SFTP, BitTorrent and Metalink.
Todo.txt
Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's...
Joplin
Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised...
Notion
With so many tools, it's hard to keep everyone on the same page. Notion is a new tool that unifies...
Lynx
Lynx is a fully-featured World Wide Web (WWW) browser for users on Unix, VMS, and other platforms running cursor-addressable, character-cell...
ExifTool
ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide...
pandoc
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this...
Mutt
Mutt is a small but very powerful text-based mail client for Unix operating systems. Some of its features are: color...
p7zip
p7zip is a port of the command line version of the 7-Zip file archiver to POSIX-conforming operating systems like Unix...
Vim
Vim ("Vi IMproved") is an advanced text editor that allows syntax highlighting, word completion and has a huge amount of...
youtube-dl
Augmentable with front-ends such as Youtube-DLG , youtube-dl is a small command-line program to download videos from YouTube and a...
cURL
cURL is a computer software project providing a library and command-line tool for transferring data using various protocols with URL...
Bear
Bear is a beautiful and flexible writing app for note-taking and prose, both on the go for iOS devices and...
Quiver
Quiver is a notebook built for programmers. It lets you easily mix text, code and Markdown within one note, edit...
VSCodium
This repository contains a build file to generate FLOSS release binaries of Microsoft's VSCode.Microsoft's downloads of Visual Studio Code are...
GitBook
GitBook is a tool for building beautiful books using Git and Markdown. It can generate your book into multiple formats:Static...
Mage2Gen
Mage2Gen is a module generator for Magento 2. With the extensive interface the user can generate the base code for...
gnu source-highlight About
GNU Source-highlight, given a source file, produces a document with syntax highlighting. The colors and the styles can be specified (bold, italics, underline) by means of a configuration file, and some other options can be specified at the command line.
The program already recognizes many programming languages (e.g., C++, Java, Perl, etc.) and file formats (e.g., log files, ChangeLog, etc.), and some output formats (e.g., HTML, ANSI color escape sequences, LaTeX, etc.). Since version 2.0, it allows you to specify your own input source language via a simple syntax described later in this manual (Language Definitions). Since version 2.1, it allows you to specify your own output format language via a simple syntax described later in this manual (Output Language Definitions). Since version 2.2, it is able to generate cross references (e.g., to variable names, field names, etc.) by relying on the program ctags, http://ctags.sourceforge.net (Generating References).