Install task. Then run task setup
& follow instructions until it says ✔️ you are setup
.
Run task
to see all possible commands.
flow
is a CLI as a dump of various commands written in Go that are useful to me. See cli/flow for its code/docs.
Run task deploy
to install flow-rs
into PATH. It also puts fs
command in path (my own personal shorthand, but you can change it).
All library code is in lib/
(currently git ignored as there is only one library there in separate repo).
- log_macro - Macro to print variable(s) with values nicely
Any PR to improve is welcome. codex & cursor are nice for dev. Great working & useful patches are most appreciated (ideally). Issues with bugs or ideas are welcome too.