1 2 3 4 5 6 7
#!/bin/sh set -eu CONFIG_PATH="$XDG_CONFIG_HOME/fzy-bookmark" exec cat "$CONFIG_PATH" | sed -e "s|~|$HOME|g" | fzy | xargs -r nvim