dotfiles/.local/bin/tools/select_emailrecipient

4 lines
185 B
Plaintext
Raw Normal View History

2023-10-12 15:12:12 +02:00
#!/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>/'