Replies: 1 comment 5 replies
-
This is extremely useful - would it make sense to add it to the main README ? I didn't know that's what "Launcher" meant in the documentation. I was just looking for command line interface (fortunately title of this thread is command launcher) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Easy way to launch ezdxf commands:
First commands:
pp
- the DXF pretty printer, replacement for the currentdxfpp
console scriptaudit
- audit and recover DXF filesdraw
- currentdraw_cad.py
example, use the matplotlib backend to convert DXF filesview
- currentcad_view.py
example, use the PyQt backend to view DXF filesAdding a console script
ezdxf
, I guess this will not collide with any Linux or macOS command:Beta Was this translation helpful? Give feedback.
All reactions