mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
packages: add unfinished
This commit is contained in:
7
packages/_todo/vg
Executable file
7
packages/_todo/vg
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
file="$(rg $@ | fzf -0 -1 | awk -F: '{print $1}')"
|
||||
|
||||
if [[ -n $file ]]
|
||||
then
|
||||
vim $file
|
||||
fi
|
||||
Reference in New Issue
Block a user