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

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.

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] directory

DESCRIPTION
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ček

BSD 2-Clause License

VERSION
0.06