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
jrnl: v4.1 Python: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)] OS: Windows 10
jrnl @tag does not print the jrnl entries with the "tag"
it should print the jrnl entrie with the tag
jrnl @
the above command does not print the contents of the tag provided.
[08:30:34] DEBUG Logging start main.py:32 DEBUG Parsed args: main.py:42 Namespace(debug=True, preconfig_cmd=None, postconfig_cmd=None, filename=None, template=None, on_date=None, today_in_history=False, month=None, day=None, year=None, start_date=None, end_date=None, contains=None, strict=False, starred=False, tagged=False, limit=None, excluded=[], edit=False, delete=False, change_time=None, export=False, tags=False, short=False, config_override=[], config_file_path='', text=[], exclude_starred=False, exclude_tagged=False) DEBUG Reading configuration from file C:\Users\samra.config\jrnl\jrnl.yaml install.py:91 DEBUG Using configuration: install.py:117 "{ 'colors': { 'body': 'none', 'date': 'black', 'tags': 'yellow', 'title': 'cyan' }, 'default_hour': 9, 'default_minute': 0, 'editor': '', 'encrypt': False, 'highlight': True, 'indent_character': '|', 'journals': { 'default': {'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md'} }, 'linewrap': 79, 'tagsymbols': '#@', 'template': False, 'timeformat': '%F %r', 'version': 'v4.1' }" DEBUG Using journal name: default config.py:206 DEBUG Updating configuration with specific journal overrides: config.py:111 {'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md'} DEBUG Scoped config: config.py:120 { 'colors': { 'body': 'none', 'date': 'black', 'tags': 'yellow', 'title': 'cyan' }, 'default_hour': 9, 'default_minute': 0, 'editor': '', 'encrypt': False, 'highlight': True, 'indent_character': '|', 'journals': { 'default': {'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md'} }, 'linewrap': 79, 'tagsymbols': '#@', 'template': False, 'timeformat': '%F %r', 'version': 'v4.1', 'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md' } DEBUG open_journal 'default' Journal.py:473 DEBUG start BaseEncryption.py:16 DEBUG start NoEncryption.py:12 DEBUG decrypting BaseEncryption.py:29 DEBUG decrypting NoEncryption.py:19 DEBUG opened Journal with 36 entries Journal.py:136 DEBUG Append mode: starting controller.py:142 DEBUG Get template: controller.py:183 --template: None from config: False ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Writing Entry ┃ ┃ To finish writing, press Ctrl+z and then Enter on a blank line. ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
none
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Diagnostic output
jrnl: v4.1
Python: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
OS: Windows 10
Current Behavior
jrnl @tag does not print the jrnl entries with the "tag"
Expected Behavior
it should print the jrnl entrie with the tag
Repro Steps
jrnl @
the above command does not print the contents of the tag provided.
Debug output
[08:30:34] DEBUG Logging start main.py:32
DEBUG Parsed args: main.py:42
Namespace(debug=True, preconfig_cmd=None, postconfig_cmd=None, filename=None,
template=None, on_date=None, today_in_history=False, month=None, day=None, year=None,
start_date=None, end_date=None, contains=None, strict=False, starred=False, tagged=False,
limit=None, excluded=[], edit=False, delete=False, change_time=None, export=False,
tags=False, short=False, config_override=[], config_file_path='', text=[],
exclude_starred=False, exclude_tagged=False)
DEBUG Reading configuration from file C:\Users\samra.config\jrnl\jrnl.yaml install.py:91
DEBUG Using configuration: install.py:117
"{
'colors': {
'body': 'none',
'date': 'black',
'tags': 'yellow',
'title': 'cyan'
},
'default_hour': 9,
'default_minute': 0,
'editor': '',
'encrypt': False,
'highlight': True,
'indent_character': '|',
'journals': {
'default': {'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md'}
},
'linewrap': 79,
'tagsymbols': '#@',
'template': False,
'timeformat': '%F %r',
'version': 'v4.1'
}"
DEBUG Using journal name: default config.py:206
DEBUG Updating configuration with specific journal overrides: config.py:111
{'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md'}
DEBUG Scoped config: config.py:120
{
'colors': {
'body': 'none',
'date': 'black',
'tags': 'yellow',
'title': 'cyan'
},
'default_hour': 9,
'default_minute': 0,
'editor': '',
'encrypt': False,
'highlight': True,
'indent_character': '|',
'journals': {
'default': {'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md'}
},
'linewrap': 79,
'tagsymbols': '#@',
'template': False,
'timeformat': '%F %r',
'version': 'v4.1',
'journal': 'C:\github\LIFE-JOURNAL\jrnls\jrnl2024.md'
}
DEBUG open_journal 'default' Journal.py:473
DEBUG start BaseEncryption.py:16
DEBUG start NoEncryption.py:12
DEBUG decrypting BaseEncryption.py:29
DEBUG decrypting NoEncryption.py:19
DEBUG opened Journal with 36 entries Journal.py:136
DEBUG Append mode: starting controller.py:142
DEBUG Get template: controller.py:183
--template: None
from config: False
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Writing Entry ┃
┃ To finish writing, press Ctrl+z and then Enter on a blank line. ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Other Information
none
The text was updated successfully, but these errors were encountered: