rubychan / coderay

Fast and easy syntax highlighting for selected languages, written in Ruby.
http://coderay.rubychan.de/
Other
847 stars 115 forks source link

Improved command line interface #51

Open nathany opened 11 years ago

nathany commented 11 years ago

"The current command line interface (coderay) does not provide access to all the features and options of scanners and higlighters. It should be enhanced to make it easy to use CodeRay without programming Ruby."

Discuss the New Command Line Interface in the wiki.

"We have a nice proposal; it needs to be reviewed, and then implemented. Maybe get feedback from the Pygments guys?" - @korny

Trollop may be a decent library to help with the command-line parsing.

Scanner and Encoder options are still missing.

From Redmine: http://odd-eyed-code.org/issues/45

nathany commented 11 years ago

Option to include line numbers on the terminal? #30

korny commented 11 years ago

Depends on improved automatic language detection (#111).