New
with:
- `nak gift wrap`: takes an event on stdin and wraps it;
- `nak gift unwrap`: the opposite of `nak gift wrap`;
- `nak sync`: takes two relay URLs and does a wild negentropy hack to cause both to get synced with each other (let me know how it goes), blame @Alex Gleason if it doesn't work;
- many fixes to `nak git`;
- `nak nip` lists NIPs, prints them in the terminal or opens them in a browser, courtesy of @reis.
GitHub
Release v0.17.2 · fiatjaf/nak
a command line tool for doing all things nostr. Contribute to fiatjaf/nak development by creating an account on GitHub.
New https://github.com/fiatjaf/nak release (v0.17.0) has:
- `nak git` commands that allow cloning, setting up a new nip34/grasp repository, pushing, fetching and pulling (just call "nak git push", for example, instead of "git push")
- `nak req --only-missing` flag that takes a jsonl file with events and does negentropy with a target relay to only download the events that are not in that file (finally @Kieran -- this was ready 2 weeks ago, but I had to make a ton of git stuff before I was able to publish it)
- `nak serve --negentropy --blossom --grasp` new flags that make hosting these things of servers locally much easier for debugging
- you can finally use npubs/nprofiles/nevents/naddrs directly as arguments to `nak event`, `nak req` and others (they will be parsed and included in the event or filter as proper hex)
View quoted note →