|
2 years ago | |
---|---|---|
cmd/wfgraphic-cli | 2 years ago | |
fonts | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
options.go | 2 years ago | |
textpic.go | 2 years ago |
This tool generates a social media-friendly graphic from some text. It’s especially made to be paired with WriteFreely, a minimalist blogging platform.
To run this, you’ll need Go installed. With that, you can compile the project:
go get github.com/writefreely/text-pic/cmd/wfgraphic-cli
Then you can run wfgraphic-cli
with the options below.
Usage of wfgraphic-cli:
-font string
Post font (options: "serif", "sans", "mono") (default "serif")
-h string
WriteFreely instance hostname (e.g. "pencil.writefree.ly")
-o string
Image output filename (default "out.png")
-size string
Image size, either a single number for a square (e.g. "900") or a combined width and height (e.g. "1080x1920") (default "1024")
-u string
WriteFreely author username (for multi-user instances)
The actual content of the graphic is read from stdin
, which you can either supply when prompted to, or pipe in, for example:
cat quote.txt | ./wfgraphic-cli -h write.as -u blog
![]() |
![]() |