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
I often find myself wanting Aliases to work akin to bash where you can have an alias that actually does something more than just be shorthand for a command. IE: tail I often configure a function I call tail $file that does Get-Content -Tail 10 -wait $file
I would love to take what's been done with PSUPathAliases and expand it to allow something like that but with script blocks.
Before I spend a bunch of time on this, thought I would check if this is something that was already provided that I wasn't seeing, and if not, would you would find it useful? If it's useful, I will spend some time and submit a PR for this.