From 8aa35e87b6036d3bddb709751547ff55ede1fc8b Mon Sep 17 00:00:00 2001 From: Lucas Nuic <165694895+lucasnuic@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:54:04 -0300 Subject: [PATCH 1/2] add plantnimals --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e80fb61..95d87c2 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ of the public instances. - [Ephemerelay](https://gitlab.com/soapbox-pub/ephemerelay)![stars](https://img.shields.io/gitlab/stars/soapbox-pub/ephemerelay.svg?style=social) - An in-memory Nostr relay that doesn't store data. - [gnost-relay](https://github.com/barkyq/gnost-relay) ![stars](https://img.shields.io/github/stars/barkyq/gnost-relay.svg?style=social) - nostr relay written in go backed by postgresql database. - [knostr](https://github.com/lpicanco/knostr)![stars](https://img.shields.io/github/stars/lpicanco/knostr.svg?style=social) - a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer). +- [plantnimals](https://github.com/plantimals/knob): command line tool to post text files to nostr +- [nostr-pass](https://github.com/plantimals/nostr-pass): experimenting with nostr priv/pub key pairs for replacing passwords - [mapstr](https://mapstr.xyz/) - Find local businesses which accept BTC and add reviews to those businesses as a customer. Allows ability to receive Zaps for your reviews. You can also add Nostr notes with coordinates which allows them to be mapped to your location. - [me.untethr.nostr-relay](https://github.com/atdixon/me.untethr.nostr-relay)![stars](https://img.shields.io/github/stars/atdixon/me.untethr.nostr-relay.svg?style=social) - a relay written in Clojure - [Minds Nostr Relay](https://gitlab.com/minds/infrastructure/nostr-relay) - a relay for [Minds](https://www.minds.com), an open-source social network From 003204304cc6066be3aab2c3f344fd7bda9645c4 Mon Sep 17 00:00:00 2001 From: Lucas Nuic <165694895+lucasnuic@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:55:58 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d87c2..66ee77d 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ of the public instances. - [Ephemerelay](https://gitlab.com/soapbox-pub/ephemerelay)![stars](https://img.shields.io/gitlab/stars/soapbox-pub/ephemerelay.svg?style=social) - An in-memory Nostr relay that doesn't store data. - [gnost-relay](https://github.com/barkyq/gnost-relay) ![stars](https://img.shields.io/github/stars/barkyq/gnost-relay.svg?style=social) - nostr relay written in go backed by postgresql database. - [knostr](https://github.com/lpicanco/knostr)![stars](https://img.shields.io/github/stars/lpicanco/knostr.svg?style=social) - a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer). -- [plantnimals](https://github.com/plantimals/knob): command line tool to post text files to nostr -- [nostr-pass](https://github.com/plantimals/nostr-pass): experimenting with nostr priv/pub key pairs for replacing passwords +- [plantimals\knob](https://github.com/plantimals/knob): command line tool to post text files to nostr +- [nplantimals\nostr-pass](https://github.com/plantimals/nostr-pass): experimenting with nostr priv/pub key pairs for replacing passwords - [mapstr](https://mapstr.xyz/) - Find local businesses which accept BTC and add reviews to those businesses as a customer. Allows ability to receive Zaps for your reviews. You can also add Nostr notes with coordinates which allows them to be mapped to your location. - [me.untethr.nostr-relay](https://github.com/atdixon/me.untethr.nostr-relay)![stars](https://img.shields.io/github/stars/atdixon/me.untethr.nostr-relay.svg?style=social) - a relay written in Clojure - [Minds Nostr Relay](https://gitlab.com/minds/infrastructure/nostr-relay) - a relay for [Minds](https://www.minds.com), an open-source social network