This website requires JavaScript.
Explore
Help
Sign In
tyler
/
Scripts
Watch
1
Star
0
Fork
0
You've already forked Scripts
Code
Issues
Pull Requests
Activity
43cfed2814
Scripts
/
bkmark
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add bkmark script
2023-11-25 23:11:34 +00:00
#!/bin/bash
Fix bkmark hard coded path
2023-11-25 23:19:41 +00:00
SOURCE="$HOME/.frequent"
Add bkmark script
2023-11-25 23:11:34 +00:00
xdotool type $(cat $SOURCE | dmenu -l 50 | cut -d ' ' -f1)
Reference in New Issue
Copy Permalink