Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
vivainio committed Jul 6, 2018
1 parent e6706f2 commit 7a44063
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
# RoughGrep

Fast and minimal UI on top of RipGrep

"You RipGrep, so why not RoughGrep?" -Anon, 2018

RoughGrep is a very thin UI over RipGrep that allows comfortably browsing over the results, and launching VSCode
at the line of the hit, or event at the nesting project (e.g. the directory that has the .csproj or .fsproj file).

(RipGrep, as people know, is the fastest Grep on the planet)

## Requirements

- RipGrep (rg.exe) on PATH
- Microsoft Windows (r)
- .NET Framework 4.7.2 (because Windows Forms font rendering is broken on the old ones)
- VSCode launcher ("code") on PATH

## Installation

Grab it from "Releases" and unzip to your path. It's two files and less than 20kb total.

## Usage

- Go to the directory you want to search from in prompt of your choice
- Run rgg.exe. You may also add ripgrep command line arguments, e.g. "rgg -g *.fs" to restrict the search to glob pattern
- Enter the search string in the box and press enter
- Navigate the results. When you find interesting result you can:
- Press "space" to show some context in preview pane
- Press ENTER to open it in vscode
- Press "p" to open the parent project DIRECTORY in vscode. RoughGrep takes the best guess on what that might be.


## License

MIT


0 comments on commit 7a44063

Please sign in to comment.