https://github.com/michal-josef-spacek/app-test-dwg-libredwg-dwgread
Application to test DWG files by LibreDWG dwgread command.
https://github.com/michal-josef-spacek/app-test-dwg-libredwg-dwgread
console-app diff dwg libredwg
Last synced: 2 months ago
JSON representation
Application to test DWG files by LibreDWG dwgread command.
- Host: GitHub
- URL: https://github.com/michal-josef-spacek/app-test-dwg-libredwg-dwgread
- Owner: michal-josef-spacek
- License: bsd-2-clause
- Created: 2023-04-26T20:55:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T21:26:31.000Z (about 1 year ago)
- Last Synced: 2025-01-01T04:47:24.584Z (4 months ago)
- Topics: console-app, diff, dwg, libredwg
- Language: Perl
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
NAME
test-dwg-libredwg-dwgread - Script to test DWG files by LibreDWG dwgread
command.SYNOPSIS
test-dwg-libredwg-dwgread [-d test_dir] [-f] [-h] [-i] [-m match_string] [-v level] [--version] directoryDESCRIPTION
This tool is used to test libredwg dwgread command on directory with DWG
files.The process is to find all DWG files in a directory and run dwgread on
them. If dwgread exits with code different than 0, report it. If dwgread
returns some ERROR, report number of ERRORS in run.ARGUMENTS
* "-d test_dir"Test directory. If doesn't exist, create dir in system tmp.
* "-f"
Print file name in matching output.
* "-h"
Print help.
* "-i"
Ignore errors.
Default value is error reporting.
* "-m match_string"
Match string from dwgread stderr.
Default value is not defined.
* "-v level"
Verbosity level.
Default value is 1, min is 0, max is 9.
* "--version"
Print version of script.
* "directory"
Directory with DWG files to test.
EXAMPLE
test-dwg-libredwg-dwgread __DIR__SEE ALSO
test-dwg-libredwg-json
Script to test DWG file by LibreDWG conversions via JSON.REPOSITORY
AUTHOR
Michal Josef Špaček
LICENSE AND COPYRIGHT
© 2023-2024 Michal Josef ŠpačekBSD 2-Clause License
VERSION
0.06