Skip to main content

No project description provided

Project description

habits.txt

PyPI version

habits.txt is a plain text habit tracker.

Installation | Concepts | Format | Directives | Examples

Installation

pip install habits.txt

You can then use the CLI with:

hbtxt --help

Concepts

Time-bound

A habit is time-bound. It has a start date, and eventually an end date. It means with habits.txt, you can track habits for a specific period of time. When you want to stop tracking a habit, you can just stop tracking it.

Frequency

A habit is defined by a frequency, else it's called a task. The minimum frequency supported by habits.txt is daily (it doesn't support intra-day habits).

Boolean or Measurable

A habit can be boolean or measurable. A boolean habit is either done or not done. A measurable habit has a value.

Format

Habits are tracked in what I call a "journal" which is just a plain text file. A journal contains "directives".

A directive is composed of a date, a directive type, a habit name, and other metadata specific to the directive type. For example, here is a sample directive:

2024-01-01 track "Read 5 pages a day" (* * *)

You can comment lines in your journal by starting them with a # character. You can't add comments at the end of a line.

# Start tracking a habit
2024-01-01 track "Read 5 pages a day" (* * *)

Directives

track

To start tracking a habit, you use the track directive and specify the frequency of the habit enclosed in parentheses. Optionally, you can make the habit measurable by specifying the "measurable" keyword.

The frequency follows a simplified cron syntax, omitting the minute and the hour.

Example:

2024-01-01 track "Read 5 pages a day" (* * *)
2024-01-01 track "Exercise" (* * 1,3,5) measurable

untrack

To stop tracking a habit, you use the untrack directive.

Example:

2024-02-01 untrack "Read 5 pages a day"

record

To record a habit, you use the record directive and specify a value.

The allowed values are yes, no, or a number. You should not mix boolean and numeric values for the same habit.

You can write directives but omit the directive type, it will default to record.

Example:

2024-01-01 record "Read 5 pages a day" 5
2024-01-01 record "Workout" yes
2024-01-01 "Weight" 70.5

Examples

habits.journal:

2024-01-01 track "Reading" (* * *)
2024-01-01 track "Exercise" (* * 1,3,5)
2024-01-01 track "Weight" (* * 1) measurable

# Record habits
2024-01-01 record "Reading" yes
2024-01-01 record "Exercise" no
2024-01-01 record "Weight" 70.5

Once your journal is ready, you can use the CLI to interact with it.

# Set the journal file as default journal
hbtxt config set journal /path/to/habits.journal

# Fill the habits for today interactively
hbtxt fill -i
Exercise (2024-01-01): yes

# Filter habit records
hbtxt filter -n "Exercise"
2024-01-01 Exercise yes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

habits_txt-0.3.4.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

habits_txt-0.3.4-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file habits_txt-0.3.4.tar.gz.

File metadata

  • Download URL: habits_txt-0.3.4.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.8.9-arch1-2

File hashes

Hashes for habits_txt-0.3.4.tar.gz
Algorithm Hash digest
SHA256 a963970ddb8a3fa34506f0c54e7b8de507457628828e58556f2fa2feea52173f
MD5 116ef37ef829b6ac7980f1a0dcef942f
BLAKE2b-256 b9a88a60d1bd640741b905d1c464f4d5c68f5da2473c3397c9ab0a1333e8e794

See more details on using hashes here.

File details

Details for the file habits_txt-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: habits_txt-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.8.9-arch1-2

File hashes

Hashes for habits_txt-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 db1776c271566013f5d184f3fb7b96e38ce796f22a25c669459a92ddd8e86315
MD5 8b6b26d0cef1438a5bb291a636eecaf7
BLAKE2b-256 ca4162f1afa441801c94a7e66d7058af95986b6b73fae16594f60b36e342bcef

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page