A command-line tool to generate static HTMl pages from Twtxt feeds.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marcos Marado f605ccec27 add new 'noreldate' argument (-n) (#7)
When present, relative dates for twts (eg.: "1y ago") are no longer
shown.  This argument is particularly useful for those who are using
this tool for archival purposes.

Closes: #5

Co-authored-by: Marcos Marado <mindboosternoori@gmail.com>
Reviewed-on: #7
Co-authored-by: Marcos Marado <marado@noreply@mills.io>
Co-committed-by: Marcos Marado <marado@noreply@mills.io>
4 weeks ago
.gitignore Initial Commit (not working) 5 months ago
LICENSE Initial Commit (not working) 5 months ago
README.md Initial Commit (not working) 5 months ago
go.mod Change markdown parser (#4) 3 months ago
go.sum Change markdown parser (#4) 3 months ago
main.go add new 'noreldate' argument (-n) (#7) 4 weeks ago
utils.go add new 'noreldate' argument (-n) (#7) 4 weeks ago
utils_test.go Change markdown parser (#4) 3 months ago
version.go Initial Commit (not working) 5 months ago

README.md

twtxt2html

twtxt2html is a command-line tool that generates static HTML pages from Twtxt feeds.

Quick Start

$ go install go.yarn.social/twtxt2html@latest
$ twtxt2html /path/to/twtxt.txt

License

twtxt2html is licensed under the terms of the AGPLv3 License