{"id":17442561,"url":"https://github.com/jez/viewjrnl","last_synced_at":"2025-07-20T10:34:11.731Z","repository":{"id":55071190,"uuid":"117508303","full_name":"jez/viewjrnl","owner":"jez","description":"Shell script to group jrnl entries by date and add color.","archived":false,"fork":false,"pushed_at":"2025-07-10T21:36:30.000Z","size":286,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T03:38:43.406Z","etag":null,"topics":["cli","jrnl","writing"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-15T06:52:00.000Z","updated_at":"2025-07-10T21:36:34.000Z","dependencies_parsed_at":"2022-08-14T11:10:09.909Z","dependency_job_id":null,"html_url":"https://github.com/jez/viewjrnl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jez/viewjrnl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fviewjrnl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fviewjrnl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fviewjrnl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fviewjrnl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jez","download_url":"https://codeload.github.com/jez/viewjrnl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jez%2Fviewjrnl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266111439,"owners_count":23877980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","jrnl","writing"],"created_at":"2024-10-17T16:17:44.163Z","updated_at":"2025-07-20T10:34:11.689Z","avatar_url":"https://github.com/jez.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# viewjrnl\n\n\u003e Shell script to group `jrnl` entries by date and add color.\n\nThe default output from `jrnl` is pretty plain. `viewjrnl` is a nicer way to\nread entries from `jrnl` at the command line. Here it is in action:\n\n![viewjrnl](screenshot-viewjrnl.png)\n\nAs seen in the screenshot, the features of `viewjrnl` include:\n\n- Grouping entries by date, to see where one day ends and another starts.\n- 12-hour timestamps, which are what I'm more used to reading.\n- Colorized output, so it's pleasant to look at.\n\nFor comparison, this is what the plain `jrnl` output looks like:\n\n![jrnl](screenshot-jrnl.png)\n\n\n## Install\n\n`viewjrnl` depends on `jq` version 1.6 or higher. At the time of writing, you'll\nhave to install the release candidate to use version 1.6. On macOS:\n\n```\n# If you already have jq \u003c 1.6:\nbrew reinstall --devel jq\n\n# Otherwise, to install it for the first time:\nbrew install --devel jq\n```\n\nAfter that, `viewjrnl` is just a single shell script. You can download it and\nput it on your path anywhere. Alternatively, on macOS:\n\n```\nbrew install jez/formulae/viewjrnl\n```\n\n## Usage\n\n`viewjrnl` accepts any arguments you give it and passes them on to `jrnl`.\nAlternatively, omit arguments to view your jrnl for today. Examples:\n\n```bash\n# See jrnl for just today\nviewjrnl\n\n# See jrnl for last week\nviewjrnl -from 'last week'\n\n# See last 10 jrnl entries\nviewjrnl -n 10\n\n# See all jrnl entries tagged @important:\nviewjrnl @important\n```\n\n## License\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://jez.io/MIT-LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjez%2Fviewjrnl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjez%2Fviewjrnl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjez%2Fviewjrnl/lists"}