Staffan Gustafsson
Staffan Gustafsson
There are a couple of use cases I've run in to. parameters with values of the form --parameter=value or --parameter value or --parameter:value
So the completers could we written to detect if they get a third parameter, or else fallback to legacy mode? So it would work good on new powershell versions but...
The use case is to for example complete git add with the output from git ls-files --modified. Should I use CompleteFileName there once per file instead of using new-completionresult?
`Import-Module -Cmdlet Select-EverythingString, Search-Everything` will only import the functions. Or force-set your aliases.
@kort3x The gui does, but search-everything does not? I haven't tested the server scenario at all, to be honest.
I do get results when I try this. You have to specify -Global to get result from indexed folders.
What version if Everything are you using?
Can you make a PR with a failing pester test?
Jobs are a bit tricky to support since the Process class does not allow the creation of a suspended process. Otherwise, it is about creating a job object, creating a...
Any updates? This is a big missing piece for me. I try to do most of the development as classes, and wrap them with functions to get the task based...