twtxt doesn't seem to be installed on tilde. Do you plan on adding it?
Hey there!
There are two twtxt clients available right now that I've used personally. Neither of which are available via pkg or ports. However, they're available for you to do a local installation.
Lately I've used 'twet', which is quite nice. You can install it via:
go get -u github.com/quite/twet
Make sure $HOME/go/bin is in your path. Upgrading is done by using that same command. There's a bit of configuration to do before it's usable. A quick start guide is on the repo's README.md page.
There's also the original twtxt client, available by using 'pip'
pip install --user twtxt
Don't forget to add yourself to the registry and also submit a PR to add yourself to this user list:
https://github.com/mdom/we-are-twtxt
Enjoy! ~ahriman