An open API service indexing awesome lists of open source software.

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

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