makes icon indicating copy to clipboard operation
makes copied to clipboard

command autocomplete

Open dacevedo12 opened this issue 2 years ago • 3 comments

I'd be nice to have autocomplete when pressing tab

dacevedo12 avatar Jun 01 '23 21:06 dacevedo12

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

dsalaza4 avatar Jun 01 '23 22:06 dsalaza4

wdyt about removing the leading /?

Breaking change for sure, but it'd allow making use of standard shell auto-completion for paths

dacevedo12 avatar Sep 01 '23 16:09 dacevedo12

We'll probably end up:

  1. Having a job that statically generates all the outputs and prints them into a txt file
  2. Autocomplate via CLI using such file

This would make the process of running a job:

  1. Faster
  2. Simpler

dsalaza4 avatar Sep 01 '23 20:09 dsalaza4