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.
|
||||
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
|
||||
------------------------
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user