RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

typed_print v0.2.0: Zero-dependency tables from Ruby hashes (with Markdown output)

A tiny zero-dependency gem that turns hashes into clean, aligned tables. That’s it. No colors, no complexity. Just tables.

Works in terminal and supports Markdown output for documentation or logs. Column alignment, filtering, and custom headers included.

Features:

  • Zero dependencies
  • Column alignment (left/right/center)
  • Column filtering with only:
  • Custom headers with headers:
  • Markdown table output for docs/logs

Usage:

data = [{name: "Alice", score: 100}, {name: "Bob", score: 42}] TypedPrint.print(data, format: :markdown)

Links:

RubyGems: https://rubygems.org/gems/typed_print

GitHub: https://github.com/enderahmetyurt/typed_print

Would love feedback from the Ruby community 🙏

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in