- Add 'z read' command with chroma syntax highlighting and line numbers - Add 'z md' command for rendering markdown to terminal - Add Italic, Dim, Underline color constants - Move ReadFileContent to shared pkg/formatter/utils.go - Custom markdown parser with colored headings, lists, checkboxes - Code blocks in markdown use chroma syntax highlighting
9 lines
204 B
Modula-2
9 lines
204 B
Modula-2
module github.com/zemenawi/zutils
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.24.1 // indirect
|
|
github.com/dlclark/regexp2 v1.12.0 // indirect
|
|
github.com/yuin/goldmark v1.8.2 // indirect
|
|
)
|