nostril icon indicating copy to clipboard operation
nostril copied to clipboard

A cli util for generating nostr events

Results 15 nostril issues
Sort by recently updated
recently updated
newest added

Tried: ``` brew install automake git clone https://github.com/jb55/nostril.git cd nostril make install ``` Error: `install: illegal option -- D`

This allows for running nostril from a docker image instead of having to worry about building it first. ``` docker run --rm aphex3k/nostril:testing --envelope --dm --sec --content "test" | websocat...

I had trouble finding where the note to this effect was originally added to the documentation. I was hoping for some kind of explanation of just how dubious.

Added a CMakeLists.txt to allow build with CMake (tested Mac, Linux, Windows) To build `./build.cmake.sh`

I'm running Ubuntu 18.04 LTS under Windows Subsytem for Linux. I cloned the repo without issue, as root via `sudo su`. ``` Cloning into 'nostril'... remote: Enumerating objects: 264, done....

This adds an option to `nostril-query` to allow limiting to notes made after a certain date, using the `since` filter as defined in NIP 01. I tested by passing a...

workflow: pre-release matrix ubuntu & macos We added gh-actions workflows to create pre-release binaries for ubuntu & macos

Hi, I used this command to access my deleted account on Damus: nostril --envelope --sec hexprivkey --kind 0 --content "profile.deleted = false" -p hexpubkey | websocat wss://relay.damus.io > https://damus.io/note1ugqqszvgf5mdlc59he6gt7a6yf8tqddz0zq2797up6csahkutx5s887wpn I...

Fixed the following compiler warning: ``` ase64.c:146:71: warning: argument 2 of type ‘char[3]’ with mismatched bound [-Warray-parameter=] 146 | ssize_t base64_decode_tail_using_maps(const base64_maps_t *maps, char dest[3], | ~~~~~^~~~~~~ In file included...