blackfriday
sh


blackfriday | sh | |
---|---|---|
4 | 21 | |
5,499 | 7,505 | |
0.4% | 1.3% | |
0.0 | 8.7 | |
about 1 year ago | 2 days ago | |
Go | Go | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blackfriday
-
I wrote a markdown to html converter
unless this is an exercise in "how to make my own markdown processor" I'd suggest using proven https://github.com/russross/blackfriday
-
Question about goldmark
Have you looked at other libraries, if this one doesn't have the features you want? For example Black Friday might be more to your liking.
-
Compounding Competence
On the backend when generating the emails: For this, I chose a popular Go markdown library BlackFriday.
-
Crow: A simple command-line utility (written in Go) that lets you repeat any command when you change certain files.
go: downloading github.com/russross/blackfriday/v2 v2.0.1
sh
-
Show HN: Hucksh – A Shell with a Good Memory
* The shell itself is https://github.com/mvdan/sh, a bash-like command interpreter
-
Pure Bash Bible
https://github.com/mvdan/sh
And finally, checkbashisms if you intend on making pure posix scripts that are compatible with debian/ubuntu's dash. It is part of the debian's devscripts suite, but is often individually packaged in other distros.
> Also you can use the chat as a learning tool
Or you could learn from a guide written by people who have suffered decades of experience of the pitfalls of shell scripting and have shared their woes.
https://mywiki.wooledge.org/BashGuide
- Shfmt – format shell programs
- Shfmt – format shell programs (like gofmt, rustfmt)
-
Gofumpt: It's like gofmt except more strict
My bad, I completely screwed this up... the as of yet undiscussed project is:
https://github.com/mvdan/sh
(not shmfmt)
-
Gosh Linux shell written in Golang
I support projects like this for purposes of exploration and practice. But don't expect people to use it when there are already well established projects out there like: https://github.com/mvdan/sh
- mvdan/sh: A shell parser, formatter, and interpreter with bash support; includes shfmt
-
similar to shellcheck?
There are also: - shfmt - sh - bash language server - bashate
- shfmt - formatting comments issue
-
Indenting piped shell expressions in a script?
I also like running shfmt over my shell scripts so they all look the same without me having to think about whitespace.
What are some alternatives?
goldmark - :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
inject
github_flavored_markdown - GitHub Flavored Markdown renderer with fenced code block highlighting, clickable header anchor links.
mxj - Decode / encode XML to/from map[string]interface{} (or JSON); extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
ODF - Open Document Format (ODF) generator library for Go.
go-pkg-xmlx
gographviz - Parses the Graphviz DOT language in golang
toml - TOML parser for Golang with reflection.
jsonpath - JSONPath with dot notation generator for golang
go-pkg-rss
bat - A cat(1) clone with wings.

