makes
makes copied to clipboard
command autocomplete
I'd be nice to have autocomplete when pressing tab
We REALLY need to make another iteration of the TUI, there are some related issues already:
https://github.com/fluidattacks/makes/issues/989
https://github.com/fluidattacks/makes/issues/771
wdyt about removing the leading /?
Breaking change for sure, but it'd allow making use of standard shell auto-completion for paths
We'll probably end up:
- Having a job that statically generates all the outputs and prints them into a txt file
- Autocomplate via CLI using such file
This would make the process of running a job:
- Faster
- Simpler