Explorar el Código

modified: README.md

Satoshi Yoneda hace 2 semanas
padre
commit
0cdb08e624
Se han modificado 5 ficheros con 9 adiciones y 7 borrados
  1. 7 5
      README.md
  2. 1 1
      debian/changelog
  3. 1 1
      debian/control
  4. BIN
      img/dupfind_en.png
  5. BIN
      img/dupfind_ja.png

+ 7 - 5
README.md

@@ -14,9 +14,7 @@
 
 ## 使い方
 
-書き込み権限があるディレクトリに、実行ファイルとWindowsではDLLなど一式を配置します。配置したディレクトリに設定ファイルDupFind.iniとキャッシュファイルdupfind_cache.dbが自動生成されるので、書き込み権限が必ず必要です。その点は注意してください。
-
-DupFindがGUI、DupFindCmdがCLIです。
+実行ファイルとWindowsではDLLなど一式を適当なディレクトリに配置するか、インストーラーを使ってシステムにインストールを行ってください。DupFindがGUI、DupFindCmdがCLIです。
 
 ### DupFind
 
@@ -46,6 +44,8 @@ Strictにチェックを入れると、厳密モードで検索します。通
 
 サムネイルをダブルクリックすると、OSで関連付けられているビューアーが起動し、画像を表示します。また、サムネイルを右クリックするとメニューが表示され、「Copy Full Path」で画像のフルパスをクリップボードにコピーでき、「Remove from List」でリストから削除できます。
 
+また、結果のリスト上でCtrl+Fキーを押すと、絞り込み検索の入力欄がプルダウンします。この入力欄にファイル名のディレクトリ名の一部を入力すると、表示されている類似画像グループを絞り込むことができます。特定のファイル名やディレクトリに限定して類似画像を整理したいときに絞り込み機能を利用できます。
+
 #### 結果をクリア
 
 検索結果をクリアします。キャッシュは削除されません。
@@ -54,7 +54,7 @@ Strictにチェックを入れると、厳密モードで検索します。通
 
 チェックボックスをすべて外します。
 
-#### 選択た重複ファイルを削除
+#### 選択た重複ファイルを削除
 
 チェックを入れた画像を削除します。削除した画像は、OSのゴミ箱に移動します。
 
@@ -160,7 +160,7 @@ Note: Since the image similarity judgment requires the `popcnt` instruction, an
 
 ## Usage
 
-Place the executable along with the necessary DLLs (on Windows) in a directory where you have write permissions. Please be aware that you absolutely need write permissions because the configuration file `DupFind.ini` and the cache file `dupfind_cache.db` will be auto-generated in this directory.
+Place the executable along with the necessary DLLs (on Windows) in a directory. You can also install it using the installer.
 
 `DupFind` is the GUI, and `DupFindCmd` is the CLI.
 
@@ -192,6 +192,8 @@ Starts the search. The GUI will freeze during the search, but it is calculating
 
 Double-clicking a thumbnail opens the image in your OS's default viewer. Right-clicking a thumbnail opens a menu where you can copy the full path of the image to the clipboard using "Copy Full Path", or remove the item from the list using "Remove from List".
 
+Also, pressing Ctrl+F while the results list is focused will bring up a search input field. You can filter the displayed duplicate groups by entering a part of a filename or directory name. This feature is useful when you want to organize similar images within a specific filename or directory.
+
 #### Clear Results
 
 Clears the search results from the UI. The cache is not deleted.

+ 1 - 1
debian/changelog

@@ -2,4 +2,4 @@ dupfind (0.3.0-1) unstable; urgency=low
 
   * Initial release of DupFind.
 
- -- Satoyon <satoyon@example.com>  Fri, 17 Apr 2026 09:52:00 +0900
+ -- Satoyon <yoneda@gadget.mda.or.jp>  Fri, 17 Apr 2026 15:15:00 +0900

+ 1 - 1
debian/control

@@ -1,7 +1,7 @@
 Source: dupfind
 Section: utils
 Priority: optional
-Maintainer: Satoyon <satoyon@example.com>
+Maintainer: Satoyon <yoneda@gadget.mda.or.jp>
 Build-Depends: debhelper-compat (= 13),
                cmake,
                qt6-base-dev,

BIN
img/dupfind_en.png


BIN
img/dupfind_ja.png