Ephigenia/mite-cli

mite new | mite amend doesn’t work

Ephigenia opened this issue · 1 comments

Piping the newly created entry id from f.e. "mite new" to "mite amend" and accepting the id via stdin doesn’t work and results in the following error:

mite new "testnote" Ephigenia Programmierung 1+ | mite amend --editor
EAGAIN: resource temporarily unavailable, read

fixed in develop and added as an example in the README:

mite new "started" ProjectX Programmierung 1+ | xargs -n1 mite amend --editor

see https://github.com/Ephigenia/mite-cli#start--open-entry