Thread

Replies (9)

Questions: - How should I proceed to connect to my "read" relays and get my notifications? - How do I specify a tag in a REQ? Feature requests: - Editable commands. - Incorporating https://raw.githubusercontent.com/nostr-protocol/registry-of-kinds/refs/heads/master/schema.yaml to the KIND command. - A way to share commands (just being able to copy a command and paste elsewhere would be a good start), perhaps full dashboards (without interfering with someone's "main" dashboard).
if you log in (top right) your read relays will be used by default. you mean an arbitrary tag? might need to add that, for now you can filter by t, e, p, d, see `MAN REQ` command history and editable commands will be great. will look into the kind stuff. about the dashboard sharing I like the idea, it shouldn't be too difficult to share these as nostr events. we might even be able to support friendly URLs for those so they can be shared. you are onto something here.
Love it! Suggestions: - When selecting an action from the dropdown, pressing enter should insert it at the beginning of the command line; - When an action is entered, show below the list of options and possibly auto complete it; - Show the notes' date in the feed; Features requests: - Remember the history, and let edit a select element before executing it; - Let the user edit the command of a column; - Autocomplete nip-05 or name when using the --author option; - Add a generic "feed" command to show the full feed for the logged in user (maybe a little "too much" for this kind of tool); - Allow sharing a column, and importing it into your own dashboard on the other side; - Let set the background color for the single column (or a theme); Bug report: - "req -a fiatjaf.com" and "req -a @fiatjaf.com" (without the initial _) return weird results;