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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file download_flow_enmu-0.1.7.tar.gz.
File metadata
- Download URL: download_flow_enmu-0.1.7.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
384f6b7b174df799be740adc71b78e47b0b2a7d117e7e7f89fe3521a367a4f75
|
|
| MD5 |
29ef4a5f203e5204298beed96e5a0b7c
|
|
| BLAKE2b-256 |
2e76d05fc894f6e5df9ec5016c06d87ec9f520e95d01d1c052dc1eac5345f2f4
|
File details
Details for the file download_flow_enmu-0.1.7-py3-none-any.whl.
File metadata
- Download URL: download_flow_enmu-0.1.7-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e01e325122b7eb151e9e60f4e68d1286de5262f9ae4e161f1d278049d7187e7
|
|
| MD5 |
0b310a5183bfd5236f3ca81adc9e13a4
|
|
| BLAKE2b-256 |
f9b7994bd5c15cbe987be5c41776b76246a19ee0b26b9567023dbab4a13029b6
|