oidia


Nameoidia JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://github.com/davep/oidia
SummaryA simple terminal-based streak tracker.
upload_time2023-03-11 08:33:29
maintainerDave Pearson
docs_urlNone
authorDave Pearson
requires_python>=3.10
licenseLicense :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords terminal textual streak todo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OIDIA

## Introduction

OIDIA is a simple terminal-based streak tracker, written in Python using
[Textual](https://textual.textualize.io/).

By simple I *mean* simple. There's no shaming and streak counting and all
that stuff; it just lets you record what you've done, what days you've done
it on, and how many times you did it on those days.

That's it.

No judgement.

![OIDIA in action](https://raw.githubusercontent.com/davep/oidia/main/oidia.png)

## Usage

I aim to add a help screen so that the keys etc will be visible within the
application. Hopefully though most features can be found from the footer or
are easily discovered. The main points are:

- <kbd>a</kbd> adds a new streak
- <kbd>Ctrl+d</kbd> deletes a new streak
- <kbd>Ctrl+Up</kbd> moves a streak up
- <kbd>Ctrl+Down</kbd> moves a streak down
- <kbd>Enter</kbd> edits the title of a streak
- <kbd>Space</kbd> or <kbd>=</kbd> increase the count for a day
- <kbd>Backspace</kbd> or <kbd>-</kbd> decrease the count for a day
- <kbd>[</kbd> zooms the timeline in
- <kbd>]</kbd> zooms the timeline out

## TODO

- [ ] Add a help screen

## Licence

OIDIA - A simple judgement-free terminal-based streak tracker  
Copyright (C) 2022-2023 Dave Pearson

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.

[//]: # (README.md ends here)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/davep/oidia",
    "name": "oidia",
    "maintainer": "Dave Pearson",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "davep@davep.org",
    "keywords": "terminal textual streak todo",
    "author": "Dave Pearson",
    "author_email": "davep@davep.org",
    "download_url": "",
    "platform": null,
    "description": "# OIDIA\n\n## Introduction\n\nOIDIA is a simple terminal-based streak tracker, written in Python using\n[Textual](https://textual.textualize.io/).\n\nBy simple I *mean* simple. There's no shaming and streak counting and all\nthat stuff; it just lets you record what you've done, what days you've done\nit on, and how many times you did it on those days.\n\nThat's it.\n\nNo judgement.\n\n![OIDIA in action](https://raw.githubusercontent.com/davep/oidia/main/oidia.png)\n\n## Usage\n\nI aim to add a help screen so that the keys etc will be visible within the\napplication. Hopefully though most features can be found from the footer or\nare easily discovered. The main points are:\n\n- <kbd>a</kbd> adds a new streak\n- <kbd>Ctrl+d</kbd> deletes a new streak\n- <kbd>Ctrl+Up</kbd> moves a streak up\n- <kbd>Ctrl+Down</kbd> moves a streak down\n- <kbd>Enter</kbd> edits the title of a streak\n- <kbd>Space</kbd> or <kbd>=</kbd> increase the count for a day\n- <kbd>Backspace</kbd> or <kbd>-</kbd> decrease the count for a day\n- <kbd>[</kbd> zooms the timeline in\n- <kbd>]</kbd> zooms the timeline out\n\n## TODO\n\n- [ ] Add a help screen\n\n## Licence\n\nOIDIA - A simple judgement-free terminal-based streak tracker  \nCopyright (C) 2022-2023 Dave Pearson\n\nThis program is free software: you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the Free\nSoftware Foundation, either version 3 of the License, or (at your option)\nany later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT\nANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\nFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\nmore details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program. If not, see <https://www.gnu.org/licenses/>.\n\n[//]: # (README.md ends here)\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "summary": "A simple terminal-based streak tracker.",
    "version": "0.6.1",
    "split_keywords": [
        "terminal",
        "textual",
        "streak",
        "todo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e826df7150fa518cf46960f9b3c46e2464566ce6bdc9efab77a952ab6d1b86a",
                "md5": "61dca22b3c5c651c39527e7af461b1fa",
                "sha256": "6475a04dbf921ca1a94bc01a039ae68b3920750aad407b33ca27eb943bfac70f"
            },
            "downloads": -1,
            "filename": "oidia-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61dca22b3c5c651c39527e7af461b1fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 26597,
            "upload_time": "2023-03-11T08:33:29",
            "upload_time_iso_8601": "2023-03-11T08:33:29.857189Z",
            "url": "https://files.pythonhosted.org/packages/2e/82/6df7150fa518cf46960f9b3c46e2464566ce6bdc9efab77a952ab6d1b86a/oidia-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-11 08:33:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "davep",
    "github_project": "oidia",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "oidia"
}
        
Elapsed time: 0.04366s