zrb-noto


Namezrb-noto JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/state-alchemists/noto
SummaryPersonal todo and logging management
upload_time2024-04-14 04:07:39
maintainerNone
docs_urlNone
authorGo Frendi Gunawan
requires_python<4.0.0,>=3.10.0
licenseAGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Noto

Noto is a personal management tool based on [Zrb](https://pypi.org/project/zrb) and [todo.txt](https://github.com/todotxt/todo.txt).

# Installing Noto

```bash
pip install zrb
pip install zrb-noto
```

# Setting up Repository

## Making Noto accessible

First of all, you will need a file named `~/zrb_init.py`.

```python
import noto
```

Then, you need to set the value of `ZRB_INIT_SCRIPTS` variable as follows:

```bash
export ZRB_INIT_SCRIPTS=${ZRB_INIT_SCRIPTS}:~/zrb_init.py
```

To automatically `ZRB_INIT_SCRIPTS`, you can add the script to your `~/.bashrc` or `~/.zshrc`.

## Setting up a daily repository

- Create an empty repository on Github/Gitlab
- Clone the repository to your local computer
- Configure Noto by setting up the following variables

  ```bash
  export NOTO_LOCAL_REPO=${HOME}/daily
  export NOTO_REMOTE_GIT=git@github.com:yourUserName/daily.git
  ```

# Start working

```bash
zrb noto list
zrb todo add -t "Learn noto"
zrb todo start -t "Learn noto"
zrb todo stop -t "Learn noto"
zrb todo complete -t "Learn noto"
zrb noto list
```



# Trivia

```python
noto = {
    "japanese": "note",
    "javanese": "to arrange"
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/state-alchemists/noto",
    "name": "zrb-noto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.10.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Go Frendi Gunawan",
    "author_email": "gofrendiasgard@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/55/04/379e2dacd6b917d573fa2ae0198ec643b97bc056d38d338ca1e027b4a6a5/zrb_noto-0.0.6.tar.gz",
    "platform": null,
    "description": "# Noto\n\nNoto is a personal management tool based on [Zrb](https://pypi.org/project/zrb) and [todo.txt](https://github.com/todotxt/todo.txt).\n\n# Installing Noto\n\n```bash\npip install zrb\npip install zrb-noto\n```\n\n# Setting up Repository\n\n## Making Noto accessible\n\nFirst of all, you will need a file named `~/zrb_init.py`.\n\n```python\nimport noto\n```\n\nThen, you need to set the value of `ZRB_INIT_SCRIPTS` variable as follows:\n\n```bash\nexport ZRB_INIT_SCRIPTS=${ZRB_INIT_SCRIPTS}:~/zrb_init.py\n```\n\nTo automatically `ZRB_INIT_SCRIPTS`, you can add the script to your `~/.bashrc` or `~/.zshrc`.\n\n## Setting up a daily repository\n\n- Create an empty repository on Github/Gitlab\n- Clone the repository to your local computer\n- Configure Noto by setting up the following variables\n\n  ```bash\n  export NOTO_LOCAL_REPO=${HOME}/daily\n  export NOTO_REMOTE_GIT=git@github.com:yourUserName/daily.git\n  ```\n\n# Start working\n\n```bash\nzrb noto list\nzrb todo add -t \"Learn noto\"\nzrb todo start -t \"Learn noto\"\nzrb todo stop -t \"Learn noto\"\nzrb todo complete -t \"Learn noto\"\nzrb noto list\n```\n\n\n\n# Trivia\n\n```python\nnoto = {\n    \"japanese\": \"note\",\n    \"javanese\": \"to arrange\"\n}\n```\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "Personal todo and logging management",
    "version": "0.0.6",
    "project_urls": {
        "Documentation": "https://github.com/state-alchemists/noto",
        "Homepage": "https://github.com/state-alchemists/noto",
        "Repository": "https://github.com/state-alchemists/noto"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d34e5ab9acd942ca038f6117d520b52cb2a40f9fd4d2503533cfe3e2c32aed35",
                "md5": "225b486849eb943d6b6856a12800ad18",
                "sha256": "b1a763a963a4ae001e9aa0217edbd462bb213a530a3b9f7f7edc25b79412b65a"
            },
            "downloads": -1,
            "filename": "zrb_noto-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "225b486849eb943d6b6856a12800ad18",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.10.0",
            "size": 23950,
            "upload_time": "2024-04-14T04:07:37",
            "upload_time_iso_8601": "2024-04-14T04:07:37.493851Z",
            "url": "https://files.pythonhosted.org/packages/d3/4e/5ab9acd942ca038f6117d520b52cb2a40f9fd4d2503533cfe3e2c32aed35/zrb_noto-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5504379e2dacd6b917d573fa2ae0198ec643b97bc056d38d338ca1e027b4a6a5",
                "md5": "b94ad136978e3c8d54061dbf575e5d93",
                "sha256": "926ee2074638f88aebbfe7877e287765498e8bb56d0ed202cf0d13afd3e79453"
            },
            "downloads": -1,
            "filename": "zrb_noto-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b94ad136978e3c8d54061dbf575e5d93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.10.0",
            "size": 13330,
            "upload_time": "2024-04-14T04:07:39",
            "upload_time_iso_8601": "2024-04-14T04:07:39.748958Z",
            "url": "https://files.pythonhosted.org/packages/55/04/379e2dacd6b917d573fa2ae0198ec643b97bc056d38d338ca1e027b4a6a5/zrb_noto-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 04:07:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "state-alchemists",
    "github_project": "noto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "zrb-noto"
}
        
Elapsed time: 0.22995s