I lately started using copilot with eclipse I was surprise how copilot started creating complete functions for me inferring what I was trying to do.
fzf could benefit of that.
If I do:
make
./run_program
fzf could create a line for after I do the sam e sequence 3 times that goes:
make ./run_program
fzf could create a line for after I do the sam e sequence 3 times that goes:
make && ./run_program
That would be cool.