dotfiles/scripts/search-notes.sh

9 lines
121 B
Bash
Executable File

#!/bin/bash
tmux popup \
-w 90% \
-h 90% \
-x C \
-y C \
-E "/home/sahin/scripts/search-with-ag.sh"