logo

utils

~/.local/bin tools and git-hooks
commit: 38d6e3bbb92ebef8de19c870c333f5a40a3bcae9
parent: bd6e10c36fb14dcc0ba181b65ae45aebb4f9baef
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 25 May 2020 17:33:06 +0200

bin/xbel-menu: New

Diffstat:

Abin/xbel-menu2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/xbel-menu b/bin/xbel-menu @@ -0,0 +1,2 @@ +#!/bin/sh +xml sel -T -t -v '//bookmark/@href' "$HOME"/.elinks/bookmarks.xbel | dmenu -l 10 | tr -d '\n' | xclip -i -selection clipboard