dotfiles/scripts/search-notes.sh

9 lines
121 B
Bash
Raw Normal View History

2022-03-17 22:38:39 +01:00
#!/bin/bash
tmux popup \
-w 90% \
-h 90% \
-x C \
-y C \
-E "/home/sahin/scripts/search-with-ag.sh"