update readme
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
A [fzf](https://github.com/junegunn/fzf)-based **journaling, notes, and tasks** application with CalDav support.
|
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
|
Description and Use Case
|
||||||
------------------------
|
------------------------
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ if [ "${1:-}" = "--delete" ]; then
|
|||||||
fi
|
fi
|
||||||
# Generate new entry
|
# Generate new entry
|
||||||
if [ "${1:-}" = "--new" ]; then
|
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=""
|
file=""
|
||||||
while [ -f "$file" ] || [ -z "$file" ]; do
|
while [ -f "$file" ] || [ -z "$file" ]; do
|
||||||
uuid=$($UUIDGEN)
|
uuid=$($UUIDGEN)
|
||||||
|
|||||||
Reference in New Issue
Block a user