This commit is contained in:
tavo-wasd 2024-02-23 22:49:40 -06:00
parent 297f0a2455
commit c6f293073f
4 changed files with 3 additions and 7 deletions

1
.gitignore vendored
View file

@ -223,3 +223,4 @@ calcurse/keys
khard/
msmtp/
mutt/
vdirsyncer/

View file

@ -1,5 +0,0 @@
appearance.defaultpanel=todo
appearance.layout=5
appearance.theme=cyan on default
appearance.todoview=show-completed
general.firstdayofweek=sunday

View file

@ -1,5 +1,5 @@
#!/bin/sh
VDIR="$HOME/Documents/contacts"
VDIR="$HOME/.local/share/contacts"
QUERY="$(< /dev/null | menu 'Query contacts:' )"
[ -z "$QUERY" ] && exit 0

View file

@ -1,5 +1,5 @@
#!/bin/sh
VDIR="$HOME/Documents/contacts"
VDIR="$HOME/.local/share/contacts"
NAME="$(grep -r 'FN' "$VDIR" | cut -d ':' -f 3 | menu "VCARD:")"
[ -z "$NAME" ] && exit 0