mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 15:07:10 +02:00
Update profile example domain name (#86)
* Update profile example from verbiricha@habla.news to fiatjaf.com * Update remaining verbiricha@habla.news examples to fiatjaf.com in man.ts --------- Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ interface GrimoireWelcomeProps {
|
||||
const EXAMPLE_COMMANDS = [
|
||||
{ command: "nip 29", description: "View relay-based groups spec" },
|
||||
{
|
||||
command: "profile verbiricha@habla.news",
|
||||
command: "profile fiatjaf.com",
|
||||
description: "Explore a Nostr profile",
|
||||
},
|
||||
{ command: "req -k 1 -l 20", description: "Query recent notes" },
|
||||
|
||||
@@ -237,7 +237,7 @@ export const manPages: Record<string, ManPageEntry> = {
|
||||
"req -k 1 -l 20 Get 20 recent notes (auto-selects optimal relays via NIP-65)",
|
||||
"req -k 1,3,7 -l 50 Get notes, contact lists, and reactions",
|
||||
"req -k 0 -a fiatjaf.com Get profile (queries author's outbox relays)",
|
||||
"req -k 1 -a verbiricha@habla.news Get notes from NIP-05 identifier",
|
||||
"req -k 1 -a fiatjaf.com Get notes from NIP-05 identifier",
|
||||
"req -k 1 -a dergigi.com Get notes from bare domain (resolves to _@dergigi.com)",
|
||||
"req -k 1 -a fiatjaf.com,dergigi.com Get notes from multiple authors (balances across outbox relays)",
|
||||
"req -a $me Get all your events (queries your outbox relays)",
|
||||
@@ -250,7 +250,7 @@ export const manPages: Record<string, ManPageEntry> = {
|
||||
"req -k 9735 -p $me --since 7d Get zaps you received (queries your inbox)",
|
||||
"req -k 9735 -P $me --since 7d Get zaps you sent",
|
||||
"req -k 9735 -P $contacts Get zaps sent by your contacts",
|
||||
"req -k 1 -p verbiricha@habla.news Get notes mentioning user (queries their inbox)",
|
||||
"req -k 1 -p fiatjaf.com Get notes mentioning user (queries their inbox)",
|
||||
"req -k 1 --since 1h relay.damus.io Get notes from last hour (manual relay override)",
|
||||
"req -k 1 --since 7d --until now Get notes from last week up to now",
|
||||
"req -k 1 --close-on-eose Get recent notes and close after EOSE",
|
||||
|
||||
Reference in New Issue
Block a user