-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
--tags vs --export tags #814
Comments
The export functionality is kind of in flux right now, with a couple different layers of varying complexity that need to be fixed up (documented in #713). For that reason, I'm hesitant to start adding this However, you can still keep your commands concise by using your shell's built-in output features, like so:
|
It seems to me that all |
It would! I think this is worth looking into as we get into #707. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Feature Request
--tags
will print tags--export tags
will also print tags--export tags
will make use-o
output file, if specified--tags
does not make use of the-o
optionWhy must
-o
be restricted to--export
?I find
jrnl --tags -o file.txt
much easier to type thanjrnl --export tags -o file.txt
.The text was updated successfully, but these errors were encountered: