diff options
| author | Christine Dodrill <me@christine.website> | 2019-03-06 22:13:41 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-03-06 22:13:41 +0000 |
| commit | b90a427cc1344cbb975d680f117fcb1c139ee925 (patch) | |
| tree | f02170d749cbfb80bdf40bd0aa26d27af5a5bcd1 /docs/README.md | |
| parent | 60cd88c3b3e97d7c9666369b179dba869d84b6cf (diff) | |
| download | x-b90a427cc1344cbb975d680f117fcb1c139ee925.tar.xz x-b90a427cc1344cbb975d680f117fcb1c139ee925.zip | |
fix
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index d7861c2..b066efc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,36 @@ # x -This is an attempt to document the commands and tools in x. This might fail. +## Commands + +- almarid - a mastodon bot mocking IRC spambots. +- appsluggr - appsluggr packages a precompiled binary application as a Heroku style slug for use with Dokku. +- cadeybot - Markov bot based on my discord GDPR dump. +- ff-primitive - [Farbfeld](https://tools.suckless.org/farbfeld/) filter to apply [Primitive](http://primitive.lol) to images piped through it. +- frequency - litbot/user frequency counter for [Ponyville FM](https://ponyvillefm.com/). +- furrybb - boosts everything with #furry on mastodon (inactive). +- idp - [IndieAuth](https://indieweb.org/authorization-endpoint) authorization endpoint. +- ilo-kesi - ni li ilo sona pi toki pona. +- la-baujmi - An accidentally created type system with toki pona. +- license - Generate software licenses from a rather large list of templates. +- mainsanow - ni li ilo sona tenpo pi ma insa. +- mkapp - Creates the credentials needed for mastodon bots as I use them. +- pdevbitcoinbot - A simple webhook discord bot for bitcoin price stats powered by cron. +- polyglot - Braces algorithm Telegram bot for Lojban and toki pona. +- priorworkgen - Lists all of my GitHub repositories for job stuff. +- quickserv - Quickly and dirtily serve a folder as a HTTP server. +- thumber - Automagically creates thumbnail images for a folder of images. +- tptrans - Translates toots with #tokipona from toki pona -> english. +- within.website - Go vanity domain for some of my packages. + +## Libraries + +All of these are Go libraries. + +- [github.com/Xe/x/idp/middleware](https://godoc.org/github.com/Xe/x/idp/idpmiddleware) - a simple HTTP middleware that protects routes using idp(1). +- [github.com/Xe/x/localca](https://godoc.org/github.com/Xe/x/localca) - localca uses an autocert.Cache to store and generate TLS certificates for domains on demand. +- [github.com/Xe/x/markov](https://godoc.org/github.com/Xe/x/markov) - markov chain generation. +- [github.com/Xe/x/tun2](https://godoc.org/github.com/Xe/x/tun2) - tunnels HTTP requests over existing, long-lived connections using smux[1] and optionally kcp[2] to enable more reliable transport. +- [github.com/Xe/x/web](https://godoc.org/github.com/Xe/x/web) - common HTTP error types. +- [github.com/Xe/x/web/discordwebhook](https://godoc.org/github.com/Xe/x/web/discordwebhook) - Discord webhooks. +- [github.com/Xe/x/web/switchcounter](https://godoc.org/github.com/Xe/x/web/switchcounter) - a simple interface to the https://www.switchcounter.science/ API. +- [github.com/Xe/x/web/tokiponatokens](https://godoc.org/github.com/Xe/x/web/tokiponatokens) - a wrapper to a Toki Poka tokenizer. |
