RHash icon indicating copy to clipboard operation
RHash copied to clipboard

RHash seems to ignore "exclude" list in the config file

Open Remdrift opened this issue 4 months ago • 0 comments

It seems that the "exclude" option does not work when adding it to my config. RHash continues to process the files with extensions listed in my exclude list. The --exclude option only works when inserted into a command, and it does not work when added to the config file.

My config file:

sha256=true

exclude=.sha256

ignore-case=true

The command I used, which generates hashes from every file in the current directory: rhash -r . When using this command, the output still shows sha256 files despite my config.

My operating system: Windows 11

Remdrift avatar Aug 31 '25 15:08 Remdrift