You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some commands like ffmpeg or yt-dlp, I usually use the same arguments with different files and/or urls. In fish, the second your command deviates from prior history items, the auto-complete goes blank, but I was wondering if you could somehow support these cases by smartly recognize files and urls not to break the flow of auto-complete suggestions.
I also use pet which has a template-making mode, but I'm more interested in it being automatic, rather than requiring me manually make the template.
Generalizing more on this idea would be to differentiate between arguments and their values, so that a new value for an arg doesn't stop auto-complete.
Tnx!
The text was updated successfully, but these errors were encountered:
Hey,
For some commands like ffmpeg or yt-dlp, I usually use the same arguments with different files and/or urls. In fish, the second your command deviates from prior history items, the auto-complete goes blank, but I was wondering if you could somehow support these cases by smartly recognize files and urls not to break the flow of auto-complete suggestions.
I also use
pet
which has a template-making mode, but I'm more interested in it being automatic, rather than requiring me manually make the template.Generalizing more on this idea would be to differentiate between arguments and their values, so that a new value for an arg doesn't stop auto-complete.
Tnx!
The text was updated successfully, but these errors were encountered: