salman-abedin / devour

X11 window swallower
GNU General Public License v2.0
416 stars 30 forks source link

bash completion script #19

Open AriaMoradi opened 3 years ago

AriaMoradi commented 3 years ago

Could you add a bash completion script?

It should complete the first argument as a command and then arguments for that command.

I think pretty much coping the bash completion script for sudo should work.

here's a link: https://github.com/scop/bash-completion/blob/master/completions/sudo

AriaMoradi commented 3 years ago

It could be added to the bash-completion project or to this project.