noto


Namenoto JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryNon-Deterministic Note Box
upload_time2023-01-27 00:55:03
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords notes fun
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # noto - A non-deterministic note box

noto is a small CLI application, that allows you to very quickly store and edit notes on your local machine
and read them again at your leisure.

You can **prioritize** and **tag** your notes, as well as **update** and **delete** them. The application is designed to be as fast and simple to use on the command line.

## Installation

## Examples

### Creating a Note

``` bash
noto write "Hello World!"
> Note(id=1, text=Hello World!)
```

You may also assign a priority and/or tags on creation:

``` bash
noto write "Hello Moon!" -p 9000 -t foo -t bar
> Note(id=2, text=Hello Moon!, priority=9000, tags=[foo, bar])
```

### Interactive Mode

noto is designed to make it easy for you to journal through a stream of random notes.

> You can configure the behaviour of the interactive mode - including whether to return highest prio notes instead of random ones - by editing the `config.yaml`.

To get started, do this:

``` bash
noto
```

You will be presented with a random note that you've written in the past.

``` bash
Note(id=512, text=Whazzup?)
```

In addition, you will be presented with options to modify that note:

``` bash
Modifying note: Confirm (Enter), Content (c), Priority (p), Remove Tag (t), Add Tag (T), Delete Note (D), Quit (q)
```

### Manual Mode

As an alternative, you can edit your notes as well using specific commands:

``` bash
noto write
```

``` bash
noto read
```

``` bash
noto update
```

``` bash
noto delete
```

See their respective `--help` commands for further information.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "noto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "notes,fun",
    "author": "",
    "author_email": "ctcq <homepage.ctcq@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/82/80/2c3c5395f7bebf6d76f1693b178438fa19e545a98ed7d220af3eabc12a93/noto-0.0.1.tar.gz",
    "platform": null,
    "description": "# noto - A non-deterministic note box\n\nnoto is a small CLI application, that allows you to very quickly store and edit notes on your local machine\nand read them again at your leisure.\n\nYou can **prioritize** and **tag** your notes, as well as **update** and **delete** them. The application is designed to be as fast and simple to use on the command line.\n\n## Installation\n\n## Examples\n\n### Creating a Note\n\n``` bash\nnoto write \"Hello World!\"\n> Note(id=1, text=Hello World!)\n```\n\nYou may also assign a priority and/or tags on creation:\n\n``` bash\nnoto write \"Hello Moon!\" -p 9000 -t foo -t bar\n> Note(id=2, text=Hello Moon!, priority=9000, tags=[foo, bar])\n```\n\n### Interactive Mode\n\nnoto is designed to make it easy for you to journal through a stream of random notes.\n\n> You can configure the behaviour of the interactive mode - including whether to return highest prio notes instead of random ones - by editing the `config.yaml`.\n\nTo get started, do this:\n\n``` bash\nnoto\n```\n\nYou will be presented with a random note that you've written in the past.\n\n``` bash\nNote(id=512, text=Whazzup?)\n```\n\nIn addition, you will be presented with options to modify that note:\n\n``` bash\nModifying note: Confirm (Enter), Content (c), Priority (p), Remove Tag (t), Add Tag (T), Delete Note (D), Quit (q)\n```\n\n### Manual Mode\n\nAs an alternative, you can edit your notes as well using specific commands:\n\n``` bash\nnoto write\n```\n\n``` bash\nnoto read\n```\n\n``` bash\nnoto update\n```\n\n``` bash\nnoto delete\n```\n\nSee their respective `--help` commands for further information.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Non-Deterministic Note Box",
    "version": "0.0.1",
    "split_keywords": [
        "notes",
        "fun"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23fd31b59079f6c1813b79dbf52563fc913957e75487c70dcbae05324d842f65",
                "md5": "7babc71a0debc4369d68fa8f9e9a1d9d",
                "sha256": "1b3962bec79c201e1c5a77d6a09993e0c7c6bc1ff5c895dab62823bdf5f9835b"
            },
            "downloads": -1,
            "filename": "noto-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7babc71a0debc4369d68fa8f9e9a1d9d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8553,
            "upload_time": "2023-01-27T00:55:02",
            "upload_time_iso_8601": "2023-01-27T00:55:02.518817Z",
            "url": "https://files.pythonhosted.org/packages/23/fd/31b59079f6c1813b79dbf52563fc913957e75487c70dcbae05324d842f65/noto-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82802c3c5395f7bebf6d76f1693b178438fa19e545a98ed7d220af3eabc12a93",
                "md5": "808ff0c4d0a046971030bf119a600cb0",
                "sha256": "e73da69cd1d601ed139da449bb38a4c2d24b63b5317f95da0ff1ff09b86891fb"
            },
            "downloads": -1,
            "filename": "noto-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "808ff0c4d0a046971030bf119a600cb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7449,
            "upload_time": "2023-01-27T00:55:03",
            "upload_time_iso_8601": "2023-01-27T00:55:03.788351Z",
            "url": "https://files.pythonhosted.org/packages/82/80/2c3c5395f7bebf6d76f1693b178438fa19e545a98ed7d220af3eabc12a93/noto-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-27 00:55:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "noto"
}
        
Elapsed time: 0.09171s