shit
This commit is contained in:
commit
01a9e86575
64 changed files with 2284 additions and 0 deletions
8
scripts/bookmarks
Normal file
8
scripts/bookmarks
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
[[ ! -f ~/.bookmarks ]] && touch ~/.bookmarks/bookmarks
|
||||
|
||||
dupa=$(awk '{print $1}' ~/.bookmarks/bookmarks | dmenu -l 15 -p "Bookmarks")
|
||||
|
||||
while read p; do
|
||||
[[ $(echo $p | awk '{print $1}') == $dupa ]] && xdotool type $(echo $p | awk '{print $2}')
|
||||
done < ~/.bookmarks/bookmarks
|
Loading…
Add table
Add a link
Reference in a new issue