1 2 3 4 5 6 7 8 9
#!/bin/sh # A bookmark browser based on dmenu # Requires: dmenu-filepicker, open-url dir=$XDG_DATA_HOME/bookmarks cat $(dmenu-filepicker "$dir") | xargs open-url
Generated with cgit - Back to sebastiano.tronto.net