https://github.com/dgurney/versionlist
Simple file version lister for various types of Windows binaries
https://github.com/dgurney/versionlist
Last synced: 3 months ago
JSON representation
Simple file version lister for various types of Windows binaries
- Host: GitHub
- URL: https://github.com/dgurney/versionlist
- Owner: dgurney
- License: gpl-3.0
- Created: 2020-02-04T22:56:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T16:30:31.000Z (almost 5 years ago)
- Last Synced: 2023-05-05T17:31:11.114Z (about 2 years ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# versionlist
Simple file version lister for various types of Windows binaries in the specified or current directory. It currently reads the FileVersion from exe, dll, mui, and sys files.
## Usage
```
-d string
Directory to read. (default ".")
-n Show names in output.
-v Show version and exit.
-w Only show Windows build tags that could theoretically be full Windows builds.
```