Files
dotfiles/dot_config/private_fish/functions/jjbm.fish
2025-01-02 12:49:44 -07:00

4 lines
141 B
Fish

function jjbm
jj log -r 'heads(::@ & bookmarks())' --ignore-working-copy --template 'bookmarks' --no-graph | head -n1 | cut -d " " -f1
end