Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.23 KB

Vex SnipFuzz

Houdini shelf tool (assigned to Alt+f in this demo)
fuzzy search a text file containing VEX snippets and paste into selected wrangle node
Keys:
- up next snippet
- down previous snippet
- ctrl/enter paste into wrangle's textfield / or copy to clipboard (CLI version)
- alt switch to hashtag mode search mode
- shift switch to case sensitive search (default is OFF)

  • left jump to first snippet (CLI only)
  • right jump to last snippet (CLI only)

Installation (Houdini)

  • copy snipfuzz.ui and vex.c to a directory on your computer (install_dir)
  • edit snipfuzz_hou.py and change the install_dir path at the top of the file
  • in Houdini create a new shelf tool and paste the content of the updated snipfuzz_hou.py
  • select any wrangle node and click on the shelf tool or assign a keyboard shortcut, for example: Alt+f

note: CLI versions require X.org, does not work with Wayland!