AutoYADM commit: 2025-03-15 17:45:06

This commit is contained in:
Daniel Fichtinger 2025-03-15 17:45:06 -04:00
parent 64ae7b13eb
commit 9c591af6ec
5 changed files with 14 additions and 11 deletions

View file

@ -1,5 +1,3 @@
#!/bin/env bash
# notmuch address "*" | awk -v term="$1" 'tolower($0) ~ tolower(term)'
notmuch address "*" | fzf --filter "$1"
# notmuch address "*" | grep -i "$1"