this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename cmd/pds to cmd/laputa

AKA, the "Castle in the Sky". Referencing Ghibli, not Gulliver's
Travels.

The motivation here is that we shouldn't have the PDS executable name be
the same as the pds library name. And commands should probably have a
cute name. Can rename in the future if needed.

+1 -1
+1 -1
HACKING.md
··· 6 6 - `cmd/bigsky`: BGS+indexer daemon 7 7 - `cmd/gosky`: client CLI for talking to a PDS 8 8 - `cmd/lexgen`: codegen tool for lexicons (Lexicon JSON to golang package) 9 - - `cmd/pds`: PDS daemon 9 + - `cmd/laputa`: PDS daemon 10 10 - `cmd/stress`: connects to local/default PDS and creates a ton of random posts 11 11 - `cmd/beemo`: slack bot for moderation reporting (Bluesky Moderation Observer) 12 12 - `cmd/fakermaker`: helper to generate fake accounts and content for testing
cmd/pds/main.go cmd/laputa/main.go