Skip to main content

A task flow management tool for syncing todo files with taskwarrior

Project description

tflow

A task flow management tool for syncing todo files with taskwarrior.

Installation

Development Installation (Editable Mode)

Install the package in editable mode so you can use the tflow command anywhere:

# In the project directory
pip install -e .

Regular Installation

pip install .

Usage

After installation, you can use the tflow command directly:

# Show available commands
tflow --help

# Read and import tasks from todo files
tflow read -c /path/to/files.yaml

# Modify tasks
tflow modfiy -a "new_data" -c "command"

Configuration

Create a files.yaml configuration file to specify your todo file locations:

sources:
  - id: "project1"
    type: "static"
    path:
      darwin: "/path/to/project1.todo"
      wsl: "/mnt/path/to/project1.todo"
  - id: "daily"
    type: "daily"
    path:
      darwin: "/path/to/agenda/todo"
      wsl: "/mnt/path/to/agenda/todo"

Development

# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install dependencies
pip install -e ".[dev]"

# Run tests
pytest

Requirements

  • Python >= 3.10
  • taskwarrior installed on your system

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

download_flow_enmu-0.1.0.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

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

download_flow_enmu-0.1.0-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file download_flow_enmu-0.1.0.tar.gz.

File metadata

  • Download URL: download_flow_enmu-0.1.0.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for download_flow_enmu-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1ec686d4b76bfee0eb8fc3dbdf52efb9b8b50fa6f47dfe299b1fa78309153a6a
MD5 ffabe958da7ca1fd1a8eb435d94a458a
BLAKE2b-256 38b6ab9603270fbff069ebab4503659ce3f1ad004e0f8efab2b161c6425934a8

See more details on using hashes here.

File details

Details for the file download_flow_enmu-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for download_flow_enmu-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d15e4bf63098bbdb8190590fb807270d50c42753c150fd2210a4c54ef221d943
MD5 3bdfde0a9f1d93efae458663eb86ec72
BLAKE2b-256 fe5ddb60f68bacb84d49c04bad4de5648b827a2611ca1cf54b13dd4bc8aff5b1

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