外部ソフトによるLitFile作成例

ripgrep

ripgrepを利用してlistfileを作成する。

Releases · BurntSushi/ripgrep

にあるバイナリを使う。

以下は、カレントフォルダをGrepし、結果をListFileにしてそれを開くコマンド。

%Obds *string o,name=%E %: %0rg.exe -E Shift_JIS -l "%so"name"" %1 > %'temp'\result.txt %: *jumppath %'temp'\result.txt::listfile %: *addhistory s,"%so"name""

Everything

es.exeを利用すると、Everythingが作成したインデックスに対してコマンドラインで検索をかけることができる。

本体もes.exeも、以下からダウンロードできる。

Downloads - voidtools

以下は、Everythingが作成したインデックスに対して検索し、表示するコマンド。

%Obds *string o,name=%E %: D:\bin\Everything\es.exe -export-txt %'temp'\result.txt "%so"name"" %: *jumppath %'temp'\result.txt::listfile