~vonfry/zoxide.el

fix ci packages
fix doc format
remove unnecessary expand for default get path function
fix expand paths with '~' in zoxide-add/remove

Path expanded only when (unless path) was true.
When called interactively, it would still produce an error.
fixup! Merge branch 'fix/space-path'
Merge branch 'fix/space-path'
ci: update to builds.sr.ht
fix query with paths containing space
ci: update to builds.sr.ht
doc: update readme with sourcehut
get-path-function: expand default-directory by default

Because zoxide think `~` as an string instead of expanding it to home. This may
be done by shell normally, but this plugin uses poxis_spawn. Therefore, we
expand it here.
doc: fix the function description which were the pre version description.
readme: add tips for dired
readme: update readme
doc: fix style
doc: add more description for zoxide-open-with
add & remove: add a custom function to set how to get default path
readme: add doc for travel
travel: add a travel function
open-with: add non interactive to make callback can work in elisp
Next
Do not follow this link