
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
find-duplicate-strings
Advanced tools
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
Note that this does not find matches in files like grep does, instead it searches for quoted characters. In other words, this tool can be used by development teams that want to know if there's any duplicate string values in their project and if so, where these can be found.
Install:
npm i -g find-duplicate-strings
Run:
find-duplicate-strings
When no arguments are passed, the CLI will ask you for the required information.
For more information about what arguments and flags are supported, use the -h or --help flag.
Example:
find-duplicate-strings . --exclusions node_modules --extensions ts,js -t 10 -s
When done, if you aren't running in silent mode it will output a table containing it's first 10 findings:
āāāāāāāāāāā¬āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¬āāāāāāāā
ā (index) ā 0 ā 1 ā
āāāāāāāāāāā¼āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¼āāāāāāāā¤
ā 0 ā './question' ā 13 ā
ā 1 ā './directory' ā 7 ā
ā 2 ā './output' ā 9 ā
ā 3 ā 'inquirer' ā 17 ā
ā 4 ā './store' ā 9 ā
ā 5 ā './ifinding' ā 7 ā
ā 6 ā 'File' ā 8 ā
ā 7 ā 'should return the answer when it...' ā 6 ā
ā 8 ā 'dummy' ā 17 ā
ā 9 ā 'dummy1' ā 10 ā
ā 10 ā '...' ā ā
āāāāāāāāāāā“āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā“āāāāāāāā
After that, you will be asked to enter a path for a file to be created that the results can be written to (json):
? Please provide a filepath to store the output.
./output/filename
This will write the output to ./output/filename.json
if the output directory exists.
Use the help flag to get more information about how to use the CLI.
find-duplicate-strings --help
MIT
FAQs
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
The npm package find-duplicate-strings receives a total of 18 weekly downloads. As such, find-duplicate-strings popularity was classified as not popular.
We found that find-duplicate-strings demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.