This page temporarily redirects to gemini://si3t.ch/code/g/.
A tiny but incredibly useful script.
Run ''g '', select the file with pick (or fzy, choice, fzf...) : it is opened in vi editor at the searched line.
=> https://github.com/mptre/pick
#!/bin/sh test -n "$*" && eval "$(grep -nIRs "$*" |\ pick |\ awk -F ':' '{ printf("vi +%s %s", $2, $1) } ')"
=> / This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=fr