summaryrefslogtreecommitdiff
path: root/buku-dmenu
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-10-15 00:44:53 +0200
committerfilip <“filip.rabiega@gmail.com”>2025-10-15 00:44:53 +0200
commit83e8d8736fa88524446cd24388983cfef3c89838 (patch)
treec83e519b6c06390037d304fcbceffdc0e127c47b /buku-dmenu
parent91a4eacb0419bd0f67774f6124b6f0b1525eb988 (diff)
downloadchadscripts-83e8d8736fa88524446cd24388983cfef3c89838.tar.gz
chadscripts-83e8d8736fa88524446cd24388983cfef3c89838.tar.bz2
chadscripts-83e8d8736fa88524446cd24388983cfef3c89838.zip
added bmks
Diffstat (limited to 'buku-dmenu')
-rwxr-xr-xbuku-dmenu10
1 files changed, 0 insertions, 10 deletions
diff --git a/buku-dmenu b/buku-dmenu
deleted file mode 100755
index 927e157..0000000
--- a/buku-dmenu
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-if [ "$1" == "--help" ]; then
- echo "Run the script, start typing until the desired bookmark is selected."
- echo "buku and dmenu must be installed."
- return 1
-fi
-
-# get all bmks | swap tabs for spaces | run dmenu | cut to ID | run buku if not empty
-buku -p -f 3 | sed 's/\t/ /g' | dmenu -l 30 | cut -d ' ' -f 1 | xargs --no-run-if-empty buku -o