kaydet


Namekaydet JSON
Version 0.8.6 PyPI version JSON
download
home_pagehttps://github.com/miratcan/logme
SummarySimple and terminal-based personal diary app designed to help you preserve your daily thoughts, experiences, and memories.
upload_time2023-08-15 10:38:10
maintainer
docs_urlNone
authorMirat Can Bayrak
requires_python>=3.4
licenseMIT
keywords diary tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kaydet is Your Personal Terminal Diary

"kaydet" is a simple (112 lines if Python code) based diary app designed to
help you preserve your daily thoughts, experiences, and memories without 
leaving terminal.

# How to Install?

    $ pip3 install kaydet

# Key Features:

## Short Entries

Record your daily thoughts and experiences by typing them as a parameter in
the terminal. "kaydet" automatically saves your entry to a file dedicated to
the current day, along with a timestamp.

    $ kaydet "I am very good with my kids today :)"
    > Entry added to: /Users/mirat/.kaydet/2023-08-02.txt

## Long Entries

If you don't give any parameters to "kaydet" it opens your favourite text
editor to allow you to create long entries.

    $ kaydet

## Time-Stamped Entries

Each diary entry is precisely dated, ensuring your thoughts are organized
chronologically for easy navigation and reflection.

## Trustless

"kaydet" uses txt files to store your entries, guaranteeing your diary
remains private and secure on your own hard disk. You don't have to trust me,
or any company.

## Synch in Your Way

Do you want to synch your diary entries between your devices? You can use any
folder synchronization service that you trust.

## Customizable Settings

You can configure "kaydet" to your preferences with customizable options,
including file naming conventions, text editor that you want to use, entry
format.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/miratcan/logme",
    "name": "kaydet",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "diary tui",
    "author": "Mirat Can Bayrak",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# Kaydet is Your Personal Terminal Diary\n\n\"kaydet\" is a simple (112 lines if Python code) based diary app designed to\nhelp you preserve your daily thoughts, experiences, and memories without \nleaving terminal.\n\n# How to Install?\n\n    $ pip3 install kaydet\n\n# Key Features:\n\n## Short Entries\n\nRecord your daily thoughts and experiences by typing them as a parameter in\nthe terminal. \"kaydet\" automatically saves your entry to a file dedicated to\nthe current day, along with a timestamp.\n\n    $ kaydet \"I am very good with my kids today :)\"\n    > Entry added to: /Users/mirat/.kaydet/2023-08-02.txt\n\n## Long Entries\n\nIf you don't give any parameters to \"kaydet\" it opens your favourite text\neditor to allow you to create long entries.\n\n    $ kaydet\n\n## Time-Stamped Entries\n\nEach diary entry is precisely dated, ensuring your thoughts are organized\nchronologically for easy navigation and reflection.\n\n## Trustless\n\n\"kaydet\" uses txt files to store your entries, guaranteeing your diary\nremains private and secure on your own hard disk. You don't have to trust me,\nor any company.\n\n## Synch in Your Way\n\nDo you want to synch your diary entries between your devices? You can use any\nfolder synchronization service that you trust.\n\n## Customizable Settings\n\nYou can configure \"kaydet\" to your preferences with customizable options,\nincluding file naming conventions, text editor that you want to use, entry\nformat.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple and terminal-based personal diary app designed to help you preserve your daily thoughts, experiences, and memories.",
    "version": "0.8.6",
    "project_urls": {
        "Homepage": "https://github.com/miratcan/logme"
    },
    "split_keywords": [
        "diary",
        "tui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "314e9ab390565a35a149aa5ec35f3759484c4723a7eb6b92c7b948fe5146c3f3",
                "md5": "b0ca240ba95efafa5a1a555d5a6fb256",
                "sha256": "c811c2186381b844bcd0591ef90b5b7970cf0c2a6917596d75ad1beb581577d7"
            },
            "downloads": -1,
            "filename": "kaydet-0.8.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0ca240ba95efafa5a1a555d5a6fb256",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 4698,
            "upload_time": "2023-08-15T10:38:10",
            "upload_time_iso_8601": "2023-08-15T10:38:10.054550Z",
            "url": "https://files.pythonhosted.org/packages/31/4e/9ab390565a35a149aa5ec35f3759484c4723a7eb6b92c7b948fe5146c3f3/kaydet-0.8.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-15 10:38:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "miratcan",
    "github_project": "logme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kaydet"
}
        
Elapsed time: 0.10987s