Popularity
6.7
Declining
Activity
5.4
-
13
7
2

Monthly Downloads: 14
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Parsing    
Latest version: v0.1.2.0

gcodehs alternatives and similar packages

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

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

Add another 'Parsing' Package

README

gcodehs

Installing

  • git clone https://github.com/distrap/gcodehs/
  • cd gcodehs
  • nix-build or nix-shell

Usage

To pretty-print sample.gcode::

gcodehs pretty sample.gcode

See gcodehs --help for usage information.

Development status

Pretty printing is slow due to conversion to text but we do have colors!

Fast pretty printer is needed that operates with ByteStrings directly.

Bash completion

Generating bash completion::

gcodehs --bash-completion-script `which gcodehs` &> gcodehs-completion.sh

or sourcing directly::

source <(gcodehs --bash-completion-script `which gcodehs`)