everything-plugin 0.3.0-doc.2

Rust binding for Everything's plugin SDK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Get-Process | Where-Object {$_.Path -eq 'C:\Home\信息.数据\File System\Everything\IbEverythingExt\v1.5.0.1393_x64\Everything64.exe'} | Stop-Process
cargo build --example test
if (!$?) {
    Write-Host "Build failed"
    exit 1
}
cargo build --example basic
if (!$?) {
    Write-Host "Build failed"
    exit 1
}
cargo build --example options
if (!$?) {
    Write-Host "Build failed"
    exit 1
}
$env:RUST_BACKTRACE='full'
& 'C:\Home\信息.数据\File System\Everything\IbEverythingExt\v1.5.0.1393_x64\Everything64.exe' -debug