Gibberish Name Detector
Catches asdfgh and the like before it hits your database — a gibberish name detector.
A collection of my open-source projects, experiments, and contributions to the developer community.
Catches asdfgh and the like before it hits your database — a gibberish name detector.
Renx is a fast, terminal-based bulk file renaming tool built in Rust, with live previews and conflict detection.
A Laravel package that lets you work with Salesforce objects using Eloquent syntax. Built on top of omniphx/forrest for authentication and API communication.
Drop-in passwordless email authentication for Laravel. One-time codes, zero database tables, session-based identity
MCP server for Rybbit Analytics. Pull site stats, dig into user sessions, track funnels and goals
Lightbox to preview images in Filament PHP Tables and Information Panels.
Clean up unused assets in your Laravel projects.
Renx is a terminal user interface for safely renaming large groups of files without leaving the command line.
Instead of wrestling with long shell commands or renaming files individually, Renx provides a three-panel interface where you can browse and select files, build a stack of rename operations, and preview the final results in real time.
Rename operations can be combined and reordered to create more advanced workflows. Renx supports find and replace, regular expressions, sequential numbering, case conversion, prefixes, suffixes, pattern removal, and filename slugification.
Before any changes are made, Renx displays exactly what each filename will become and highlights potential conflicts. This makes it easier to experiment with complex renaming rules without accidentally overwriting files or producing duplicate names.
Renx accepts directories and glob patterns, supports recursive file discovery, and includes wildcard filtering for quickly narrowing down large file lists. It is built in Rust using Ratatui and Crossterm, giving it a responsive interface while remaining lightweight and easy to run from the terminal.
I created Renx for situations where basic rename commands are too limited, but opening a full desktop application feels unnecessary. It brings the visibility and control of a graphical batch-renaming tool into a keyboard-driven terminal workflow.