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.3.tar.gz (9.2 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.3-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: download_flow_enmu-0.1.3.tar.gz
  • Upload date:
  • Size: 9.2 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.3.tar.gz
Algorithm Hash digest
SHA256 9ba818619cade2265557e9b85403e9bc06c9dfa34e5b65eb154ed0044dbe9d73
MD5 1babec2fc28824dc670cd11eaefd1b83
BLAKE2b-256 a8b0413ab4de6f01cded884dc7181079a44a9e195ef22aa0cd4c805d9ec32bff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for download_flow_enmu-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fd06f858ca5a6f862c5976742d77aaee9d8165d3153ad49150bc25df1018b57b
MD5 ceac5acfa258b3b01fe23bacbdc8b4c6
BLAKE2b-256 a1821ecf7c7cbf0e2523fb60c9dea9e2dd72afe0ce6743569cc4a725d1ad4e9d

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