A tool to parse .lnk files
- Download a prebuilt binary from release page
- Build from source using
git clone https://github.com/sleepytariq/lnkparse && cd lnkparse && go build -ldflags="-s -w" .
Usage:
lnkparse [flags] <PATH>
Examples:
lnkparse C:\Users\user\Desktop\file.lnk
lnkparse C:\Users\user\Desktop\*.lnk
lnkparse C:\Users\user\**\*.lnk
Flags:
-trim trim leading/trailing spaces in command line
-json show output in JSON format
-h, -help show this message and exit
-version show version and exit