Skip to content

Commit 32519d5

Browse files
committed
docs(readme): update filter syntax to file: / path: prefixes
- Remove obsolete reference to the file-name-only toggle (the toggle button was replaced by file: / path: prefix syntax) - Add file: / path: / -file: examples and a note about the ? help button
1 parent aef926e commit 32519d5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- **ripgrep による高速検索** — 正規表現・大文字小文字区別・単語単位・glob フィルタに対応
2222
- **リアルタイムストリーミング** — 検索結果を SSE で逐次表示
2323
- **複数検索タブ** — 最大 10 件の検索を並行保持。タブを切り替えて結果を比較できる
24-
- **検索結果の絞り込み** — AND(スペース区切り)/ OR(`|`)/ 除外(`-word`。ファイル名のみ対象に切り替えも可能
24+
- **検索結果の絞り込み** — AND(スペース区切り)/ OR(`|`)/ 除外(`-word`に加え、`file:foo` / `path:foo` でファイル名・パス単位に絞り込み
2525
- **種別バッジ** — 検索ヒット行が関数定義・構造体・`#define`・enum・typedef のどれかを自動判定してバッジ表示
2626
- **検索ディレクトリ指定** — サブディレクトリのみを対象に絞れる。glob パターンの入力履歴付き
2727
- **検索履歴** — Alt+H で過去の検索クエリ一覧を表示
@@ -355,8 +355,13 @@ test connect → test ディレクトリの connect 関連ファイルを表
355355
foo bar → AND 検索(foo かつ bar を含む行)
356356
foo|bar → OR 検索
357357
-test → test を含む行を除外
358+
file:bio → ファイル名に bio を含むものだけ
359+
path:crypto → パスに crypto を含むものだけ(ディレクトリ含む)
360+
-file:test → ファイル名に test を含むものを除外
358361
```
359362

363+
絞り込み欄の `?` ボタンで全構文のチートシートが表示されます。
364+
360365
### ノード移動
361366

362367
**ドラッグ&ドロップ**

0 commit comments

Comments
 (0)