Skip to main content

Focus Blocks: Simple and elegant daily time management tool.

Project description

fob

Build & Test uv Ruff

A CLI program for implementing Focus Blocks in your daily life.

Intro

Focus Blocks is my take on time management inspired by Flow State, Pomodoro Technique, Timeboxing, and Deep Work. Please read the Introduction to Focus Blocks first to understand the motivation for the creation of this program.

fob is a simple CLI program that lets you plan your month, and then visualize & update your progress within the Focus Blocks time management framework.

It is written in Python with minimal dependencies and can be installed on Mac, Linux, and Windows.

Quick Start

First, install uv (directions here)

Download and install fob to your system:

uv tool install focus-blocks

Now, fob is available from anywhere on the system. Try:

fob help

Upgrade

Upgrading focus-blocks doesn't affect the database, so this is safe.

uv tool upgrade focus-blocks

Uninstall

uv tool uninstall focus-blocks

A Day in the Life

It's the beginning of a new month - let's set our goals.

It's a new day! Say good morning!

Check off the first block of the day:

Let's remind ourselves what the day ahead looks like:

Oops, we couldn't do block 3. Let's change that block to 'Buffer', which is exactly for unforeseen things like this.

Checking off the final block for the day. Great job.

Come back tomorrow and say good morning to repeat.

Additional Features

Cloud Sync

Bring your own cloud.

fob runs on a single database file. You can store this database on Dropbox or your own cloud. Just pass the path to the --database option when running fob. For example:

fob --database /home/tensorturtle/Dropbox/my-fob.db help

For more convenience, you can export a FOB_DB_PATH variable in your shell. For example, add the following line to ~/.bashrc (for bash shell):

export FOB_DB_PATH="/home/tensorturtle/Dropbox/my-fob.db"
source ~/.bashrc

Development

Install uv.

Clone this repository:

git clone https://github.com/tensorturtle/fob.git

Run fob without installing it by using uv run:

uv run fob help

Run app in debug mode:

uv run fob --debug

Use database at custom path:

uv run fob --database ~/Downloads/testing_fob.db

The so-called database is actually just a human-readable JSON file. To see its location:

uv run fob info

Testing

uvx pytest

This is an end-to-end test. It installs fob to a temporary directory using install.sh and runs commands against it. Github Actions is set up to run the same test upon pushing to main branch.

Distribution

Update version number in pyproject.toml and utils/utils.py

Build and publish package to PyPI:

rm -r dist/
uv build
uv publish --token $TOKEN

Wait a moment for PyPI database to be updated (maybe a minute) and run:

uvx --from focus-blocks@latest fob

Database Versioning

This package uses SemVer, with an additional convention:

Releases with the same major-minor (0.0.X) version share the same database schema. If a new major-minor version is released, a new database is created and no migrations occur. The old database is not deleted.

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

focus_blocks-0.2.10.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

focus_blocks-0.2.10-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file focus_blocks-0.2.10.tar.gz.

File metadata

  • Download URL: focus_blocks-0.2.10.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.21

File hashes

Hashes for focus_blocks-0.2.10.tar.gz
Algorithm Hash digest
SHA256 9faf4b69e3fcafb480362d73648d45072427d135bc6ccd2f848f1c3f38c9e3fd
MD5 9488402b5267c35994193cad59f7a9bd
BLAKE2b-256 f59a0abfc80dc86d10529c7a98f1b71e9bdc6db74254115527f0c6220e8fa2e1

See more details on using hashes here.

File details

Details for the file focus_blocks-0.2.10-py3-none-any.whl.

File metadata

File hashes

Hashes for focus_blocks-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 6c02aec9c82d47493926c6ded4e13b3f896ba289fd8bc5c7ca2922c104179c72
MD5 308841cf5541cc575c79b3edfd234ee5
BLAKE2b-256 a0c00b22b1c6ca19c01f47d592512575d4a2b722b700329b16e18cba4a9454e8

See more details on using hashes here.

Supported by

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