Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdvfx/vex_snipfuzz
- Owner: jdvfx
- Created: 2023-07-30T06:04:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T06:11:43.000Z (10 months ago)
- Last Synced: 2024-04-11T07:27:26.889Z (10 months ago)
- Topics: copypasta, fuzzy-search, houdini, shelf, vex
- Language: Python
- Homepage:
- Size: 750 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
----------------------
- copysnipfuzz.ui
andvex.c
to a directory on your computer (install_dir)
- edit snipfuzz_hou.py and change theinstall_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)