this repo has no description

Add plyr.fm, sidetrail, and Anchor

Changed files
+6
cmd
recordcollector
+3
cmd/recordcollector/main.go
···
"org.xcvr": "org-xcvr",
"app.lanyards": "app-lanyards",
"stream.thought": "stream-thought",
+
"fm.plyr": "fm-plyr",
+
"app.sidetrail": "app-sidetrail",
+
"app.dropanchor": "app-dropanchor",
}
//go:embed schema.sql
+3
genlabeldefs.py
···
'xcvr': ('org-xcvr', 'hyper-real-time communication on atproto'),
'Lanyards': ('app-lanyards', 'one link to make your research life easier to share'),
'Thought Stream': ('stream-thought', 'an experimental real-time, global, multi-agent communication system with optional human participation'),
+
'plyr.fm': ('fm-plyr', 'music on atproto'),
+
'Sidetrail': ('app-sidetrail', 'a little app for sharing "trails"'),
+
'Anchor': ('app-dropanchor', 'an experiment in geolocation on the AT protocol'),
# 'name': ('nsid-with-dashes', 'description'),
}