SkillAgentSearch skills...

Gcodehs

GCode parser, pretty-printer and processing utils

Install / Use

/learn @DistRap/Gcodehs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gcodehs

GitHub Workflow Status Hackage version Dependencies

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`)

Examples

Generating GCode

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Haskell

Security Score

90/100

Audited on Jan 9, 2026

No findings