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
Adds a config option to output any new entries to the terminal after submission. Allows for other terminal applications to ingest the output.
set output_new_entry to True in jrnl.yaml if you want to see output in the terminal.
"output_new_entry": True
run jrnl "a new journal entry"
jrnl "a new journal entry"
Should show the output of the entry: 2024-03-22 09:05:33 PM a new journal entry
2024-03-22 09:05:33 PM a new journal entry
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Case/Motivation
Adds a config option to output any new entries to the terminal after submission. Allows for other terminal applications to ingest the output.
Example Usage
set output_new_entry to True in jrnl.yaml if you want to see output in the terminal.
"output_new_entry": True
run
jrnl "a new journal entry"
Should show the output of the entry:
2024-03-22 09:05:33 PM a new journal entry
Other Information
No response
The text was updated successfully, but these errors were encountered: