2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-30 05:43:33 +00:00
fish-shell/share/functions/__fish_print_abook_emails.fish

5 lines
141 B
Fish
Raw Normal View History

function __fish_print_abook_emails --description 'Print email addresses (abook)'
abook --mutt-query "" | string match -r -v '^\s*$'
end