Initial commit with half arsed flake
This commit is contained in:
commit
32be7882be
4 changed files with 154 additions and 0 deletions
6
open-bookmark
Executable file
6
open-bookmark
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
bookmarks="${BOOKMARKS:-"$HOME/.config/qutebrowser/bookmarks/urls"}"
|
||||
menu="${MENU:-"rofi -dmenu"}"
|
||||
|
||||
choice="$(sort $bookmarks | $menu -i -p "Bookmarks")"
|
||||
xdg-open "$(echo "$choice" | awk '{print$1}')"
|
Loading…
Add table
Add a link
Reference in a new issue