Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mxt - Elixir Test Fuzzy Finder

Fast fuzzy finder for Elixir test files with vim keybindings. Uses ripgrep for speed.

Install

# Clone and install
git clone https://github.com/yourusername/mx-util.git
cd mx-util
bun install
bun link

# Now use anywhere
mxt

Requirements

Usage

# In any Elixir project
mxt

# Search in specific directory
mxt --path ./apps/api

Keybindings

  • ↑/↓ or Ctrl+N/P - Navigate up/down
  • Ctrl+D - Page down (jump 7 items)
  • Enter - Run selected test
  • Ctrl+U - Clear search
  • Ctrl+C or Esc - Quit

How it works

Uses rg to find all *_test.exs files, then provides fuzzy search to quickly select and run tests with mix test.

About

fzf mix tests

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages