Release Notes
Added
- A
--regex flag for the download and parse subcommands that allows users to specify whether the keywords in the keywords JSON files should be interpreted as regular expressions or as whole words to match. By default, keywords are interpreted as whole words to match. (#1 by @Smexykex)
Fixed
- An issue with the
--header flag in the duplicate_files subcommand that did not produce any output when the specified header was different from 'name'.
Changed
- In
bow similarity mode, the duplicate_files subcommand now computes the bag of words of the file content by converting all words to lower case.
Install scyros 0.3.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fxpl/scyros/releases/download/v0.3.2/scyros-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/fxpl/scyros/releases/download/v0.3.2/scyros-installer.ps1 | iex"
Download scyros 0.3.2