Skip to content

Instantly share code, notes, and snippets.

View gnanderson's full-sized avatar

Graham Anderson gnanderson

  • Bellrock Technology Ltd
  • Scotland
View GitHub Profile
@gnanderson
gnanderson / keybase.md
Last active April 3, 2016 19:39
keybase

Keybase proof

I hereby claim:

  • I am gnanderson on github.
  • I am ga (https://keybase.io/ga) on keybase.
  • I have a public key whose fingerprint is 8CB0 A4D7 2391 AC29 828D EC2F 3DC2 0261 7FDE 630F

To claim this, I am signing this object:

@gnanderson
gnanderson / fif.sh
Last active November 3, 2023 15:30
Find in file using ripgrep, then fuzzy find matched filenames with fzf, preview match using bat
fif() {
rg \
--column \
--line-number \
--no-column \
--no-heading \
--fixed-strings \
--ignore-case \
--hidden \
--follow \