Install task. Then run task setup
& follow instructions until it says ✔️ you are setup
.
Run python scripts/update_python_version.py
to bump the pinned Python version to the latest stable CPython release.
Run task
to see all possible commands.
After task deploy
, py-scripts
is added to your PATH
(defaults to ~/bin/py-scripts
). Launch it to fuzzy-pick any Python file from scripts/
and run it:
py-scripts # interactive picker
py-scripts update -- --flag value # pre-filter and pass args after --
py-scripts --list # just list available scripts
flow
is a CLI as a dump of various commands written in Python that are useful to me. See cli/flow for its code/docs.
Run task deploy
to install flow-py
into PATH. It also puts fa
command in path (my own personal shorthand, but you can change it).
Invoking flow
, flow-py
, or fa
with no arguments opens a fuzzy command palette so you can quickly pick from any registered commands.
Any PR to improve is welcome. codex & cursor are nice for dev. Great working & useful patches are most appreciated (ideally).