dotfiles/scripts/search-notes.sh

9 lines
121 B
Bash
Raw Normal View History

2023-12-25 11:21:57 +01:00
#!/bin/bash
tmux popup \
-w 90% \
-h 90% \
-x C \
-y C \
-E "/home/sahin/scripts/search-with-ag.sh"