What is Nostr?
R. L. Dane :debian: :openbsd:🧉 /
npub1e9d…mggg
2024-02-24 17:19:28

R. L. Dane :debian: :openbsd:🧉 on Nostr: Man, I should've written this shell function ages ago: function bm { #bookmarks local ...

Man, I should've written this shell function ages ago:

function bm { #bookmarks
local bmdir=~/.bookmarks
local selection

if [[ -d $bmdir ]]; then
cd $bmdir
selection="$(ls |fzf)"
if [[ $selection ]]; then
cd "$selection" && ( cd -P .; pwd )
fi
else
warn "No bookmarks directory ($bmdir); quitting..."
return 1
fi
}

So useful! :D
Author Public Key
npub1e9d8rhae2fzmlv3n5hxw5mdukqadmgz3yg2px9z22j3qv9j655hs27mggg