Fast fuzzy finder for Elixir test files with vim keybindings. Uses ripgrep for speed.
# Clone and install
git clone https://github.com/yourusername/mx-util.git
cd mx-util
bun install
bun link
# Now use anywhere
mxt# In any Elixir project
mxt
# Search in specific directory
mxt --path ./apps/api↑/↓orCtrl+N/P- Navigate up/downCtrl+D- Page down (jump 7 items)Enter- Run selected testCtrl+U- Clear searchCtrl+CorEsc- Quit
Uses rg to find all *_test.exs files, then provides fuzzy search to quickly select and run tests with mix test.