gnostr-query

Crates.iognostr-query
lib.rsgnostr-query
version0.0.11
created_at2025-03-23 21:44:39.137+00
updated_at2025-09-14 17:01:25.443025+00
descriptiongnostr-query: retrieve nostr events.
homepagehttps://github.com/gnostr-org/gnostr-query
repositoryhttps://github.com/gnostr-org/gnostr-query.git
max_upload_size
id1603089
size148,025
@RandyMcMillan (RandyMcMillan)

documentation

https://github.com/gnostr-org/gnostr-query

README

gnostr-query

construct nostr queries

Usage: gnostr-query [OPTIONS]

Options:
  -a, --authors <authors>        Comma-separated list of authors
  -p, --mentions <mentions>      Comma-separated list of mentions
  -e, --references <references>  Comma-separated list of references
  -t, --hashtag <hashtag>        Comma-separated list of hashtags
  -i, --ids <ids>                Comma-separated list of ids
  -k, --kinds <kinds>            Comma-separated list of kinds (integers)
  -g, --generic <tag> <value>    Generic tag query: #<tag>: value
  -l, --limit <limit>            Limit the number of results
  -h, --help                     Print help

Install gnostr-query 0.0.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gnostr-org/gnostr-query/releases/download/v0.0.4/gnostr-query-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/gnostr-org/gnostr-query/releases/download/v0.0.4/gnostr-query-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install gnostr-org/gnostr-org/gnostr-query

Download gnostr-query 0.0.4

File Platform Checksum
gnostr-query-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
gnostr-query-x86_64-apple-darwin.tar.xz Intel macOS checksum
gnostr-query-x86_64-pc-windows-msvc.zip x64 Windows checksum
gnostr-query-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Usage:

gnostr-query -i 9f832fda858fdddb86c5c79dcc271767804fb3562ed5eea8c8be4f19be8e9cdc
Commit count: 0

cargo fmt