4 lines
185 B
Plaintext
4 lines
185 B
Plaintext
|
#!/bin/sh
|
||
|
abook --config /home/alex/.config/abook/abookrc --datafile /home/alex/.local/share/abook/addressbook --mutt-query "" |
|
||
|
dmenu -l 10 | perl -pe 's/([^\t]*)\t([^\t]*)/\1 <\2>/'
|