Popularity
6.4
Declining
Activity
0.0
Stable
15
5
2

Monthly Downloads: 11
Programming language: Haskell
License: MIT License
Tags: Text    

cless alternatives and similar packages

Based on the "Text" category.
Alternatively, view cless alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cless or a related project?

Add another 'Text' Package

README

cless: Colorized LESS

Install

$ cabal update
$ cabal install cless

Usage

> cless --help
cless: Colorized LESS

Usage: cless [-v|--version] [-L|--list-langs] [-S|--list-styles]
             [-N|--LINE-NUMBERS] [-l|--lang LANG] [-s|--style STYLE] [FILE]
  Print the content of FILE with syntax highlighting

Available options:
  -h,--help                Show this help text
  -v,--version             Show version information
  -L,--list-langs          Show the list of supported languages
  -S,--list-styles         Show the list of supported styles
  -N,--LINE-NUMBERS        Show line numbers
  -l,--lang LANG           Specify language name
  -s,--style STYLE         Specify style name (default 'pygments')

Screenshots

screenshot1 screenshot2