dotfiles/symlinks/bin/git-explore-local

10 lines
86 B
Plaintext
Raw Normal View History

2021-10-16 15:36:16 +00:00
#!/bin/sh
TEMPDIR=$(mktemp -d)
2021-11-09 13:44:44 +00:00
git clone --depth=1 $1 $TEMPDIR
2021-10-16 15:36:16 +00:00
cd $TEMPDIR
nvim .