scribe
scribe copied to clipboard
Pretty print tables of Elixir structs and maps
I'm trying use a console table, but I receive the following error: ``` Pane requires ANSI escape codes to work. Enable? (Yn) y ** (EXIT from #PID) an exception was...
https://github.com/codedge-llc/scribe#usage ```elixir iex(1)> data = [%{key: "value", another_key: 123}, ...(1)> [%{key: "test", another_key: :key}] ``` extra opening square bracket on second line
Hello, I attended the DFW Elixir Hack Night on 08/20 hosted by some of the codedge team. It was my first introduction to Elixir, but I liked what I saw...
I wonder is there merit in handling nested maps and/or lists...
Current docs on hex aren't that great. TODO: - [ ] Simple getting started guide - [ ] Guide for custom data formatting - [ ] Guide for writing custom...
Hey there, thank you very much for this lovely library! Small request: Could you always print the table header, even when then table has no rows? Right now, it simply...