Post
You can now use nak fs to publish random notes and also to edit carefully-thought articles.
nak fs --sec 'bunker://...' /mnt
cd /mnt/@me/notes
echo 'goodbye stranger' > new
cd /mnt/@me/articles
mkdir whatever
cd whatever
vim content.md # write a very thoughtful article
vim title # write a very thoughtful title
touch publish
0
0
0
2.22K
If you include nostr:npub..., nostr:nprofile... or nostr:nevent... references in your note the people and quoted events will automatically added to the tags list and sent to the referenced profiles' inbox relays.
0
0
0
210