bin: Improve patch loading times
rad-tui patch will load all patches at startup, regardless of their state. Loading times should be improved by loading them in 2 stages:
- only load patches that match the given filter (depending on command args)
- load all other patches
This probably requires an async state machine (sans-IO syle) that can load patches in the background.