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

https://github.com/pcnate/open-in-openscad

Adds a command to open the currently selected file in openSCAD
https://github.com/pcnate/open-in-openscad

Last synced: over 1 year ago
JSON representation

Adds a command to open the currently selected file in openSCAD

Awesome Lists containing this project

README

          

# open-in-openscad
Adds a command to open the currently selected file in openSCAD
Currently only supports linux

Add a hotkey
```
'.platform-linux':
'ctrl-k ctrl-k': 'open-in-openscad:open'
```