https://github.com/javascriptdude/find_links
Windows tool using Powershell to find all links in filesystem
https://github.com/javascriptdude/find_links
Last synced: about 1 month ago
JSON representation
Windows tool using Powershell to find all links in filesystem
- Host: GitHub
- URL: https://github.com/javascriptdude/find_links
- Owner: JavaScriptDude
- License: mit
- Created: 2021-05-04T01:47:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T14:32:56.000Z (over 3 years ago)
- Last Synced: 2025-02-12T07:54:36.401Z (3 months ago)
- Language: PowerShell
- Size: 10.7 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# find_links
Windows tool using PowerShell to find all links in filesystem### Usage:
```
find_links -p [-r] [-x] [-t] [-f ]
-path | -p: Path to search (required)
-recurse | -r: recursive search
-exec | -x: Open tsv using explorer
-tsv | -t: Output in tsv format (tab separated)
-filter | -f: Filter the target using optional wildcards Eg: *foo*
```### Installation:
Just download files and put in an 'app' directory of your choosing (both cmd and ps1 are requried)
Add the installed directory to your user's PATH environment varaible