Skip to content

Commit

Permalink
cut 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vivainio committed Sep 22, 2024
1 parent 54d2dd3 commit 8bab926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $ scoop install roughgrep
appended instead of just the line.
- Press `g` to view git history for the file in `gitk`.
- Press `b` to open `git blame` view of the file, with current line focused. Spread the guilt!
- Press `l` to open `git log -p` view of the file. Useful to search deeper than what "git blame" shows you.
- Press `d` to open containing folder in Windows file explorer.
- Press `F12` ('go to definition) to search for the word under cursor, or the currently selected text.

Expand Down
2 changes: 1 addition & 1 deletion publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os, shutil, glob

prjdir = "RoughGrep"
version = "3.11"
version = "3.12"


def c(s):
Expand Down

0 comments on commit 8bab926

Please sign in to comment.