This PR adds the CLI option --stdin that works like it is implemented in the add command: Instead of from --note <NOTE> the note's content is read from stdin.
This way something like cat some-long-note.txt | hoarder bookmarks update --stdin <ID> can work
This PR adds the CLI option
--stdin
that works like it is implemented in theadd
command: Instead of from--note <NOTE>
the note's content is read from stdin.This way something like
cat some-long-note.txt | hoarder bookmarks update --stdin <ID>
can work