diff --git a/README.md b/README.md index c150018..aa49de3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ A [fzf](https://github.com/junegunn/fzf)-based **journaling, notes, and tasks** application with CalDav support. +If you are interested in this, then you may also be interested in the +corresponding calendar application +[fzf-vcal](https://github.com/baumea/fzf-vcal). Description and Use Case ------------------------ diff --git a/src/main.sh b/src/main.sh index 6b286c6..54cde60 100644 --- a/src/main.sh +++ b/src/main.sh @@ -167,7 +167,7 @@ if [ "${1:-}" = "--delete" ]; then fi # Generate new entry if [ "${1:-}" = "--new" ]; then - collection=$(echo "$COLLECTION_LABELS" | tr ';' '\n' | fzf --delimiter='=' --with-nth=2 --accept-nth=1) + collection=$(echo "$COLLECTION_LABELS" | tr ';' '\n' | $FZF --delimiter='=' --with-nth=2 --accept-nth=1) file="" while [ -f "$file" ] || [ -z "$file" ]; do uuid=$($UUIDGEN)