Skip to content
New issue

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

Add -e option to automatically open in editor #43

Closed
2 tasks done
srid opened this issue Apr 1, 2020 · 0 comments
Closed
2 tasks done

Add -e option to automatically open in editor #43

srid opened this issue Apr 1, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@srid
Copy link
Owner

srid commented Apr 1, 2020

The following:

neuron ./notes new "Some title" -e 
neuron ./notes search -e

Should automatically open the file using $EDITOR.

Should be equivalent to piping to xargs -rt $EDITOR.

Tasks

  • Add -e to the new command
  • Add -e to the search command
@srid srid added enhancement New feature or request good first issue Good for newcomers labels Apr 1, 2020
Gabriella439 added a commit to Gabriella439/neuron that referenced this issue Apr 3, 2020
@srid srid closed this as completed in 19d3f31 Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant