{"id":23478301,"url":"https://github.com/willis7/jrnl","last_synced_at":"2025-08-25T23:12:51.124Z","repository":{"id":71222749,"uuid":"127326572","full_name":"willis7/jrnl","owner":"willis7","description":"A command line journal written in Go","archived":false,"fork":false,"pushed_at":"2018-04-05T17:52:54.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-04T21:43:15.605Z","etag":null,"topics":["journal","jrnl"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/willis7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-29T17:42:43.000Z","updated_at":"2025-04-19T07:39:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"c433d64a-8a41-4c3a-9d7f-0cafaa688a82","html_url":"https://github.com/willis7/jrnl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willis7/jrnl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fjrnl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fjrnl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fjrnl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fjrnl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willis7","download_url":"https://codeload.github.com/willis7/jrnl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fjrnl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272144691,"owners_count":24881148,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["journal","jrnl"],"created_at":"2024-12-24T19:18:34.190Z","updated_at":"2025-08-25T23:12:51.118Z","avatar_url":"https://github.com/willis7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jrnl\n\nJrnl is a Go based journal for the command line. It's inspired by the fantastic python tool of the same name; [jrnl](http://jrnl.sh/). It stores the entries in a database using BoltDB in the user home directory, and has no external dependencies.\n\nSimply put the binary on your path and away you go!\n\n## Installing\n\nUsing Jrnl is easy. First, use go get to install the latest version of the application. This command will install the executable along with the library and its dependencies:\n\n`$ go get -u github.com/willis7/jrnl`\n\n## Usage\n\n```\n$ jrnl\njrnl is a CLI journal manager\n\nUsage:\n  jrnl [command]\n\nAvailable Commands:\n  add         Adds an entry in your journal,\n  export      Export a formatted journal\n  help        Help about any command\n  list        Lists all of your entries.\n  remove      Removes a journal entry.\n\nFlags:\n  -h, --help   help for jrnl\n\nUse \"jrnl [command] --help\" for more information about a command.\n```\n\n## Examples\n\n`list` returns the full list of entries\n```\n$ jrnl list\nHere's your jrnl entries:\n1. 2018-04-01 Easter\n```\n\n`add today` is a shorthand way of adding an entry for today. `yesterday` works too.\n```\n$ jrnl add today\nEnter text: Easter Day\ncreated; 1. 2018-04-01 Easter Day\n```\n\n`add \u003cdate\u003e` takes a date layout as yyyy-mm-dd.\n```\n$ jrnl add 2018-04-01\nEnter text: Easter Day\ncreated; 1. 2018-04-01 Easter Day\n```\n\n## Credit\n\n* Jrnl is inspired by the fantastic python tool of the same name [jrnl](http://jrnl.sh/).\n* Jon Calhoun follwing his [exericse](https://gophercises.com/exercises/) building CLI's\n\n## TODO\n\n* [x] implement date keywords to `add` command (such as `today`, `yesterday`).\n* [x] improve domain model to include time\n* [ ] test coverage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillis7%2Fjrnl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillis7%2Fjrnl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillis7%2Fjrnl/lists"}