Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jdvfx/vex_snipfuzz

Houdini shelf tool: fuzzy search a text file containing VEX snippets and paste into selected wrangle node
https://github.com/jdvfx/vex_snipfuzz

copypasta fuzzy-search houdini shelf vex

Last synced: about 1 month ago
JSON representation

Houdini shelf tool: fuzzy search a text file containing VEX snippets and paste into selected wrangle node

Awesome Lists containing this project

README

        

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

![](https://github.com/jdvfx/vex_snipfuzz/blob/main/gif/snipfuzz.gif)

note: CLI versions require X.org, does not work with Wayland!
![](https://github.com/jdvfx/vex_snipfuzz/blob/main/gif/snipfuzz_cli.gif)