Tools
| S.No | Tool Name | Pupose | Download Url |
|---|---|---|---|
| 1 | Daraw.io | Draw diagrams | https://www.drawio.com/ |
| 2 | VSCode | Simple IDE | https://code.visualstudio.com/ |
| 3 | WinMerge | differencing & merging | https://winmerge.org/downloads/?lang=en |
| 4 | Agent Ransack | Search tool for finding files | https://www.mythicsoft.com/agentransack/ |
| 5 | Tree Size | Scan Directory size | https://www.jam-software.com/treesize_free?ca=1 |
| 6 | CCleaner | To Delete Junk | https://www.ccleaner.com/ccleaner/download-modular |
| 7 | .Net Paint | To Edit Images | https://www.getpaint.net/download.html |
| 8 | Bare Tail | Log file monitoring tool | https://www.baremetalsoft.com/baretail/ |
| 9 | 7-Zip | File archiver | https://7-zip.org/ |
| 10 | Dupe Guru | Finds the duplicate Files | https://dupeguru.voltaicideas.net/ |
| 11 | Postman | To inspect API | https://www.postman.com/ |
nodejs
-
A deep deletion module for node - Mostly used for deletion of node_modules
npm i -g rimraf -
Thirtyparty Pakages list generation
https://github.com/mrmartineau/depdocnpm install --global depdocCreate markdown file of result
depdoc package.json -gall third party libs in the package.json were listed in the Default filename
depdoc.md