Hacker News new | ask | show | jobs
by mpawelski 2262 days ago
I had idea to add something similar as tab completion to posh-git module for Powershell. Sadly it was not merged (is posh-git dead?) https://github.com/dahlbyk/posh-git/pull/641

I wonder if something similar can be done in bash? By default bash doesn't "cycle" through possible completion but just display the list. Still, I guess it would be usefull to display last used branches first.

1 comments

It doesn't seem to be dead. There was a PR commit only a week ago. You probably should poke the author again.