https://github.com/codito/habito
Simple commandline habits tracker.
https://github.com/codito/habito
cli commandline-habits-tracker habit-tracking habits quantified-self
Last synced: 8 months ago
JSON representation
Simple commandline habits tracker.
- Host: GitHub
- URL: https://github.com/codito/habito
- Owner: codito
- License: mit
- Created: 2015-07-12T17:17:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T10:21:01.000Z (over 1 year ago)
- Last Synced: 2025-06-18T16:17:42.175Z (8 months ago)
- Topics: cli, commandline-habits-tracker, habit-tracking, habits, quantified-self
- Language: Python
- Homepage: https://apps.codito.in/habito/
- Size: 878 KB
- Stars: 84
- Watchers: 3
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Habito
Simple command line habits tracker.
[](https://github.com/codito/habito/actions?query=workflow%3Alinux)
[](https://github.com/codito/habito/actions?query=workflow%3Awindows)
[](http://codecov.io/github/codito/habito?branch=master)
[](https://pypi.python.org/pypi/habito)
## Installation
```shell
# Install pipx if needed: `pip install pipx`
# Ensure ~/.local/bin is available in system PATH
pipx install habito
```
Archlinux users may install `habito` from
[AUR](https://aur.archlinux.org/packages/habito/).
## Usage
Here’s how a command line session looks like:
$ # add a habit
$ habito add writing 750.0 --units words
You have commited to 750.0 words of writing every day!
$ # check in an update
$ habito checkin writ -q 128.0
Added 128.0 words to habit writing for Sun Feb 18 2018.
$ # list status of habits
$ habito list
## Screenshot
Habito screenshot
## Contribute
We invite you to try out `habito` and file any issues at github issues
page. Patches are most welcome!