Skip to content

New Release: Display events and create posts/replies, notifications, UI options

Pre-release
Pre-release
Compare
Choose a tag to compare
@vishalxl vishalxl released this 13 Aug 19:25
· 603 commits to main since this release

Binaries

  • nostr_console_win64.exe in this package is a win64 executable file.
  • nostr_console_elf64.exe in this package is a elf 64, dynamically linked, built using 'dart compile' on a Ubuntu 21 64 bit
  • version 0.0.2
  • commit

Features

  • Can be invoked with a public key, a private key, or no key at all ( when a default well-known non-private key is used)
  • Display events, and create new posts, and send replies to a specific event
  • Colored notification
  • All events are shown, even those whose parents are not known
  • Left and center alignment of text on screen option, width of screen, thread depth options
  • If internet is not connected will warn in red

Usage


usage: nostr_console [OPTIONS] 

  OPTIONS
      --pubkey  <public key>    The hex public key of user whose events and feed are shown. Default is a hard-coded
                                well known private key. When given, posts/replies can't be sent. Same as -p
      --prikey  <private key>   The hex private key of user whose events and feed are shown. Also used to sign events 
                                sent. Default is a hard-coded well known private key. Same as -p
      --relay   <relay wss url> The relay url that is used as main relay. Default is 'wss://nostr-relay.untethr.me'. Same as -r
      --days    <N>             The latest number of days for which events are shown. Default is 1. Same as -d
      --request <REQ string>    This request is sent verbatim to the default relay. It can be used to recieve all events
                                from a relay. If not provided, then events for default or given user are shown. Same as -q
  UI Options                                
      --align  <left>           When "left" is given as option to this argument, then the text is aligned to left. By default
                                the posts or text is aligned to the center of the terminal. Same as -a 
      --width  <width as num>   This specifies how wide you want the text to be, in number of columns. Default is 120. 
                                Cant be less than 60. Same as -c
      --maxdepth <depth as num> The maximum depth to which the threads can be displayed. Minimum is 2 and
                                maximum allowed is 12. Same as -m
      --help                    Print this usage message and exit. Same as -h

Full Changelog: v0.0.2...v0.0.2.1