lzybkr / TabExpansionPlusPlus

A V3 PowerShell module to improve tab expansion and Intellisense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

record tab behavior to return the most commonly used command in the list?

czhang03 opened this issue · comments

Is it possible to give a parameter like $wordCompeletionFreq that contains all the user's profile of the frequency he uses one augment.

for example I uses git status for 100 times, but I uses git stash only for 10 times.
$wordCompeletionFreq will have {commit: 100, stash:10}

This way, We can return the most used command to complete.

I don't know a lot about powershell, I don't know whether that is possible.

PowerShell doesn't provide this capability currently, but it could be added to TabExpansionPlusPlus.