mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-01-07 19:57:22 +00:00
9 lines
190 B
Fish
9 lines
190 B
Fish
function taskwiki -a id
|
|
set page (task _get $id.wiki)
|
|
|
|
if test -n $page
|
|
$EDITOR +VimwikiIndex "+VimwikiGoto $page"
|
|
else
|
|
echo 'no wiki file specified'
|
|
end
|
|
end
|