Metadata-Version: 2.1
Name: oidia
Version: 0.2.1
Summary: A simple terminal-based streak tracker.
Home-page: https://github.com/davep/oidia
Author: Dave Pearson
Author-email: davep@davep.org
Maintainer: Dave Pearson
Maintainer-email: davep@davep.org
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Keywords: terminal textual streak todo
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual (==0.5.0)
Requires-Dist: xdg

# 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

- [X] Improve focus settling when moving things around
- [ ] Add a help screen

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