https://github.com/davep/oidia
A simple terminal-based streak tracker
https://github.com/davep/oidia
Last synced: 8 months ago
JSON representation
A simple terminal-based streak tracker
- Host: GitHub
- URL: https://github.com/davep/oidia
- Owner: davep
- License: gpl-3.0
- Created: 2022-12-04T16:49:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T19:39:35.000Z (about 3 years ago)
- Last Synced: 2025-01-20T06:59:20.425Z (over 1 year ago)
- Language: Python
- Size: 939 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## 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:
- a adds a new streak
- Ctrl+d deletes a new streak
- Ctrl+Up moves a streak up
- Ctrl+Down moves a streak down
- Enter edits the title of a streak
- Space or = increase the count for a day
- Backspace or - decrease the count for a day
- [ zooms the timeline in
- ] 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 .
[//]: # (README.md ends here)