ignore
This commit is contained in:
parent
297f0a2455
commit
c6f293073f
4 changed files with 3 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -223,3 +223,4 @@ calcurse/keys
|
||||||
khard/
|
khard/
|
||||||
msmtp/
|
msmtp/
|
||||||
mutt/
|
mutt/
|
||||||
|
vdirsyncer/
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
appearance.defaultpanel=todo
|
|
||||||
appearance.layout=5
|
|
||||||
appearance.theme=cyan on default
|
|
||||||
appearance.todoview=show-completed
|
|
||||||
general.firstdayofweek=sunday
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
VDIR="$HOME/Documents/contacts"
|
VDIR="$HOME/.local/share/contacts"
|
||||||
|
|
||||||
QUERY="$(< /dev/null | menu 'Query contacts:' )"
|
QUERY="$(< /dev/null | menu 'Query contacts:' )"
|
||||||
[ -z "$QUERY" ] && exit 0
|
[ -z "$QUERY" ] && exit 0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
VDIR="$HOME/Documents/contacts"
|
VDIR="$HOME/.local/share/contacts"
|
||||||
|
|
||||||
NAME="$(grep -r 'FN' "$VDIR" | cut -d ':' -f 3 | menu "VCARD:")"
|
NAME="$(grep -r 'FN' "$VDIR" | cut -d ':' -f 3 | menu "VCARD:")"
|
||||||
[ -z "$NAME" ] && exit 0
|
[ -z "$NAME" ] && exit 0
|
||||||
|
|
Loading…
Reference in a new issue