Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am lukerandall on github.
  • I am lukerandall (https://keybase.io/lukerandall) on keybase.
  • I have a public key ASCbDp381tSsaepjtEBFAuIzTQwiwEcZnIzRtIuSpHSt-Qo

To claim this, I am signing this object:

@lukerandall
lukerandall / jjevo.fish
Last active December 6, 2024 16:40
Make browsing the evolog easier with fzf
function grepsha
grep -oE "\b[0-9a-f]{7,}\b"
end
function jjevo
set rev $argv[1]
if test -z "$rev"
set rev "@"
end
function jjpr
set rev $argv[1]
if test -z "$rev"
set rev "@"
end
set bookmark $argv[2]
if test -z "$bookmark"
jj git push -c $rev