citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

show-nostr-msg (121B)


      1 #!/usr/bin/env bash
      2 
      3 set -e
      4 
      5 content=$(jq -r '.[2] | "\(.pubkey):\n\n\(.content)"')
      6 
      7 notify-send -u critical "$content"