PSEverything icon indicating copy to clipboard operation
PSEverything copied to clipboard

PowerShell commandlets for the local search engine Everything

Results 7 PSEverything issues
Sort by recently updated
recently updated
newest added

This is not necessarily a bug but a nuisance that hopefully may be avoided with a tweak. The steps to reproduce in Windows PowerShell console, e.g. v5.1: - change to...

On browsing the code of `SelectEverythingStringCommand.cs` I've noticed a typo `CaseSenitive` (should be `CaseSensitive`?) https://github.com/powercode/PSEverything/blob/8babf2cb468a3e469eb6a3b3a1fe0892b0376fee/PSEverything/SelectEverythingStringCommand.cs#L127

Thank you for the great module which is very well designed and really handy. Everything looks thought through except one tiny bit, the exposed aliases. They turns out to be...

Repro: 1. Install Everything and OpenSSH server (from Windows features) on the host machine 2. Configure SSH to be able to connect as one of the local administrators (usual setup,...

search-everything doesn't return results from indexed folders, like \\server\share

I think the readme was outdated? Removed reference to -FilePattern and replaced it with -Filter instead Updated examples to use the -Global switch Renamed -ext to -Extension to follow the...

Hello, * Added parameter `-AsObject` to return System.IO.FileSystemInfo object. (alias `-AsFS`) also made some minor tweaks per some of the suggestions in issues * removed alias se, sles * fixed...