jrnl


Namejrnl JSON
Version 4.1 PyPI version JSON
download
home_pagehttps://jrnl.sh
SummaryCollect your thoughts and notes without leaving the command line.
upload_time2023-11-04 19:36:09
maintainerJonathan Wren and Micah Ellison
docs_urlNone
authorjrnl contributors
requires_python>=3.10.0,<3.13
licenseGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
Copyright © 2012-2023 jrnl contributors
License: https://www.gnu.org/licenses/gpl-3.0.html
-->

<p align="center">
<a href="https://jrnl.sh">
<img align="center" src="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/docs_theme/assets/readme-header.png"/>
</a>
</p>

jrnl
 [![Testing](https://github.com/jrnl-org/jrnl/workflows/Testing/badge.svg)](https://github.com/jrnl-org/jrnl/actions?query=workflow%3ATesting)
 [![Downloads](https://pepy.tech/badge/jrnl)](https://pepy.tech/project/jrnl)
 [![Version](http://img.shields.io/pypi/v/jrnl.svg?style=flat)](https://pypi.python.org/pypi/jrnl/)
 [![Homebrew](https://img.shields.io/homebrew/v/jrnl?style=flat-square)](https://formulae.brew.sh/formula/jrnl)
 [![Gitter](https://img.shields.io/gitter/room/jrnl-org/jrnl)](https://gitter.im/jrnl-org/jrnl)
 [![Changelog](https://img.shields.io/badge/changelog-on%20github-green)](https://github.com/jrnl-org/jrnl/blob/develop/CHANGELOG.md)
====

_To get help, [submit an issue](https://github.com/jrnl-org/jrnl/issues/new/choose) on
GitHub._

`jrnl` is a simple journal application for the command line.

You can use it to easily create, search, and view journal entries. Journals are
stored as human-readable plain text, and can also be encrypted using  [AES
encryption](http://en.wikipedia.org/wiki/Advanced_Encryption_Standard).

## In a Nutshell

To make a new entry, just enter

``` sh
jrnl yesterday: Called in sick. Used the time to clean the house and write my
book.
```

`yesterday:` is  interpreted by `jrnl` as a timestamp. Everything until the
first sentence ending (either `.`, `?`, or `!`) is interpreted as the title, and
the rest as the body. In your journal file, the result will look like this:

    [2012-03-29 09:00] Called in sick.
    Used the time to clean the house and write my book.

If you just call `jrnl`, you will be prompted to compose your entry - but you
can also configure _jrnl_ to use your external editor.

For more information, please read the
[documentation](https://jrnl.sh).

## Contributors

### Maintainers

Our maintainers help keep the lights on for the project:

 * Jonathan Wren ([wren](https://github.com/wren))
 * Micah Ellison ([micahellison](https://github.com/micahellison))

Please thank them if you like `jrnl`!

### Code Contributors

This project is made with love by the many fabulous people who have contributed.
`jrnl` couldn't exist without each and every one of you!

<a href="https://github.com/jrnl-org/jrnl/graphs/contributors"><img
src="https://opencollective.com/jrnl/contributors.svg?width=890&button=false"
/></a>

If you'd also like to help make `jrnl` better, please see our [contributing
documentation](docs/contributing.md).

### Financial Backers

Another way show support is through direct financial contributions. These funds
go to covering our costs, and are a quick way to show your appreciation for
`jrnl`.

[Become a financial contributor](https://opencollective.com/jrnl/contribute)
and help us sustain our community.

<a href="https://opencollective.com/jrnl"><img
src="https://opencollective.com/jrnl/individuals.svg?width=890"></a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://jrnl.sh",
    "name": "jrnl",
    "maintainer": "Jonathan Wren and Micah Ellison",
    "docs_url": null,
    "requires_python": ">=3.10.0,<3.13",
    "maintainer_email": "maintainers@jrnl.sh",
    "keywords": "",
    "author": "jrnl contributors",
    "author_email": "maintainers@jrnl.sh",
    "download_url": "https://files.pythonhosted.org/packages/b6/65/3b0649ac261e3cf7c110acbdd74b13eeb3e9e6a91eb41832cb4d7d1f9049/jrnl-4.1.tar.gz",
    "platform": null,
    "description": "<!--\nCopyright \u00a9 2012-2023 jrnl contributors\nLicense: https://www.gnu.org/licenses/gpl-3.0.html\n-->\n\n<p align=\"center\">\n<a href=\"https://jrnl.sh\">\n<img align=\"center\" src=\"https://raw.githubusercontent.com/jrnl-org/jrnl/develop/docs_theme/assets/readme-header.png\"/>\n</a>\n</p>\n\njrnl\n [![Testing](https://github.com/jrnl-org/jrnl/workflows/Testing/badge.svg)](https://github.com/jrnl-org/jrnl/actions?query=workflow%3ATesting)\n [![Downloads](https://pepy.tech/badge/jrnl)](https://pepy.tech/project/jrnl)\n [![Version](http://img.shields.io/pypi/v/jrnl.svg?style=flat)](https://pypi.python.org/pypi/jrnl/)\n [![Homebrew](https://img.shields.io/homebrew/v/jrnl?style=flat-square)](https://formulae.brew.sh/formula/jrnl)\n [![Gitter](https://img.shields.io/gitter/room/jrnl-org/jrnl)](https://gitter.im/jrnl-org/jrnl)\n [![Changelog](https://img.shields.io/badge/changelog-on%20github-green)](https://github.com/jrnl-org/jrnl/blob/develop/CHANGELOG.md)\n====\n\n_To get help, [submit an issue](https://github.com/jrnl-org/jrnl/issues/new/choose) on\nGitHub._\n\n`jrnl` is a simple journal application for the command line.\n\nYou can use it to easily create, search, and view journal entries. Journals are\nstored as human-readable plain text, and can also be encrypted using  [AES\nencryption](http://en.wikipedia.org/wiki/Advanced_Encryption_Standard).\n\n## In a Nutshell\n\nTo make a new entry, just enter\n\n``` sh\njrnl yesterday: Called in sick. Used the time to clean the house and write my\nbook.\n```\n\n`yesterday:` is  interpreted by `jrnl` as a timestamp. Everything until the\nfirst sentence ending (either `.`, `?`, or `!`) is interpreted as the title, and\nthe rest as the body. In your journal file, the result will look like this:\n\n    [2012-03-29 09:00] Called in sick.\n    Used the time to clean the house and write my book.\n\nIf you just call `jrnl`, you will be prompted to compose your entry - but you\ncan also configure _jrnl_ to use your external editor.\n\nFor more information, please read the\n[documentation](https://jrnl.sh).\n\n## Contributors\n\n### Maintainers\n\nOur maintainers help keep the lights on for the project:\n\n * Jonathan Wren ([wren](https://github.com/wren))\n * Micah Ellison ([micahellison](https://github.com/micahellison))\n\nPlease thank them if you like `jrnl`!\n\n### Code Contributors\n\nThis project is made with love by the many fabulous people who have contributed.\n`jrnl` couldn't exist without each and every one of you!\n\n<a href=\"https://github.com/jrnl-org/jrnl/graphs/contributors\"><img\nsrc=\"https://opencollective.com/jrnl/contributors.svg?width=890&button=false\"\n/></a>\n\nIf you'd also like to help make `jrnl` better, please see our [contributing\ndocumentation](docs/contributing.md).\n\n### Financial Backers\n\nAnother way show support is through direct financial contributions. These funds\ngo to covering our costs, and are a quick way to show your appreciation for\n`jrnl`.\n\n[Become a financial contributor](https://opencollective.com/jrnl/contribute)\nand help us sustain our community.\n\n<a href=\"https://opencollective.com/jrnl\"><img\nsrc=\"https://opencollective.com/jrnl/individuals.svg?width=890\"></a>\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Collect your thoughts and notes without leaving the command line.",
    "version": "4.1",
    "project_urls": {
        "Documentation": "https://jrnl.sh",
        "Funding": "https://opencollective.com/jrnl",
        "Homepage": "https://jrnl.sh",
        "Issue Tracker": "https://github.com/jrnl-org/jrnl/issues",
        "Repository": "https://github.com/jrnl-org/jrnl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7558d990aef7f6eab2704d992b6b8a34f73ada86735028cbe75d85bfdcd02d44",
                "md5": "33b559ff94b489d006cef45ec95046c3",
                "sha256": "8b7cbe4f108a06bac4bcbde0182858d3f4ba2fc744f55326e44b81444bd15753"
            },
            "downloads": -1,
            "filename": "jrnl-4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33b559ff94b489d006cef45ec95046c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0,<3.13",
            "size": 77075,
            "upload_time": "2023-11-04T19:36:06",
            "upload_time_iso_8601": "2023-11-04T19:36:06.810556Z",
            "url": "https://files.pythonhosted.org/packages/75/58/d990aef7f6eab2704d992b6b8a34f73ada86735028cbe75d85bfdcd02d44/jrnl-4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6653b0649ac261e3cf7c110acbdd74b13eeb3e9e6a91eb41832cb4d7d1f9049",
                "md5": "197c9785ca1e0e9b534fe17162c14f68",
                "sha256": "980848f9c7ae8d4c844a4cae770c9686b5dda98f479dafac2c3cd72268a53f8b"
            },
            "downloads": -1,
            "filename": "jrnl-4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "197c9785ca1e0e9b534fe17162c14f68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0,<3.13",
            "size": 59126,
            "upload_time": "2023-11-04T19:36:09",
            "upload_time_iso_8601": "2023-11-04T19:36:09.048900Z",
            "url": "https://files.pythonhosted.org/packages/b6/65/3b0649ac261e3cf7c110acbdd74b13eeb3e9e6a91eb41832cb4d7d1f9049/jrnl-4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-04 19:36:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jrnl-org",
    "github_project": "jrnl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jrnl"
}
        
Elapsed time: 0.30709s