目次

Everything - 高速ファイル検索

Everything scoop cache 001
本家: voidtools
Everything (software) - Wikipedia より

インストール

Scoop によるインストール。
ダウンロード元として extras バケットを追加する。

PS > scoop bucket add extras
Checking repo... ok
The extras bucket was added successfully.

Everything をインストールする。

PS > scoop install everything
Installing 'everything' (1.4.1.969) [64bit]
Everything-1.4.1.969.x64.zip (1.5 MB) [===================================================] 100%
Checking hash of Everything-1.4.1.969.x64.zip ... ok.
Extracting Everything-1.4.1.969.x64.zip ... done.
Running pre-install script...
Linking ~\scoop\apps\everything\current => ~\scoop\apps\everything\1.4.1.969
Creating shim for 'Everything'.
Creating shortcut for Everything (Everything.exe)
Persisting Everything.db
Persisting Everything.ini
'everything' (1.4.1.969) was installed successfully!

SDK

ju2pom/EverythingNet: A .fluent NET library for the great Everything Search library from voidtools
Everything SDK - voidtools

参考文献

高速なファイル名検索ソフト Everything をWindows利用中の開発者にお勧めしたい - Qiita
Python Everything SDK Example - voidtools forum

Python - voidtools
How can I use a DLL file from Python? - Stack Overflow
python - Convert datetime back to Windows 64-bit FILETIME - Stack Overflow
How to convert ctypes' c_long to Python's int? - Stack Overflow
python - Returning string from C++ function with ctypes gives large int, not char pointer - Stack Overflow