RoughGrep is a fast search tool designed to enhance file searching by leveraging Ripgrep's powerful capabilities with a sleek, minimalistic user interface. This application is perfect for developers who value efficiency and simplicity in their workflows.
Key Features:
Minimalistic Interface: A brutalist UI that focuses on functionality without unnecessary distractions.
Quick Navigation: Utilize keyboard shortcuts to swiftly open files, navigate search results, or access git history.
Context Menu Integration: Install RoughGrep directly through the right-click context menu for quick access.
Customizable Search: Modify command-line arguments post-launch to tailor searches according to specific needs.
Audience & Benefit:
Ideal for developers and coders who require efficient file searching, RoughGrep streamlines search processes, allowing users to quickly locate files and focus on their tasks. The tool's straightforward interface saves time and enhances productivity by integrating seamlessly with existing workflows.
RoughGrep can be installed via winget, making it easy to incorporate into your development environment. Experience a faster, more efficient file searching process with RoughGrep.
README
RoughGrep
Fast, brutalist UI on top of RipGrep
"You RipGrep, so why not RoughGrep?" -Anon, 2018
Installation
Grab it from Releases and unzip somewhere. Works best when you can
launch it from command line.
If you want to install RoughGrep for Explorer right click context menu, run "rgg --install" as administator.
Press F12 ('go to definition) to search for the word under cursor, or the currently selected text.
You can modify RipGrep command line arguments after launch by clicking the ComboBox from the Status Bar.
If you want to find file names instead of finding contents, use the --files command line argument.
Then, the "text to search for" inputs becomes the list of glob patterns instead.