We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-e
The following:
neuron ./notes new "Some title" -e neuron ./notes search -e
Should automatically open the file using $EDITOR.
$EDITOR
Should be equivalent to piping to xargs -rt $EDITOR.
xargs -rt $EDITOR
Tasks
new
search
The text was updated successfully, but these errors were encountered:
Add -e / --editor flag for neuron … new command
--editor
neuron … new
b3a0303
Related to srid#43
19d3f31
No branches or pull requests
The following:
Should automatically open the file using
$EDITOR
.Should be equivalent to piping to
xargs -rt $EDITOR
.Tasks
-e
to thenew
command-e
to thesearch
commandThe text was updated successfully, but these errors were encountered: