distill#
Capture information from different channels and keep track of many parallel topics efficiently.
Usage#
Run distill via uvx:
uvx --from git+https://tangled.org/jehrhardt.dev/distill distill
Install distill permanently:
uv tool install git+https://tangled.org/jehrhardt.dev/distill
Once installed, run the CLI to see the available subcommands:
distill
Development#
This project uses mise to setup the development environment:
mise install
mise deps