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
- Host: GitHub
- URL: https://github.com/pcnate/open-in-openscad
- Owner: pcnate
- License: mit
- Created: 2016-08-15T03:08:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T03:11:06.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T03:24:10.628Z (over 1 year ago)
- Language: CoffeeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```