From 83f7fe4b8402bab171d110703a1b1115efbc9b28 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 14 Apr 2026 22:32:43 +0200 Subject: cleaned up many scrits and deleted some that were of no use; renamed a lot --- bookmark-type | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 bookmark-type (limited to 'bookmark-type') diff --git a/bookmark-type b/bookmark-type new file mode 100755 index 0000000..253e5d3 --- /dev/null +++ b/bookmark-type @@ -0,0 +1,15 @@ +#!/bin/sh +# Bind this script to a shortcut key in dwm config.h +# Lines starting with # are section headers and hidden from results +# Tab-separated comments are shown in dmenu for context but stripped before pasting + +xdotool type "$(grep -v '^#' "$HOME/.bookmarks" | dmenu -i -l 50 | sed 's/\t.*//')" +``` + +--- + +In `.snippets` manually edited it looks like this (tab between bookmark and `# comment`): +``` +# --- git --- +git log --oneline --graph --all # pretty git tree +git reset --soft HEAD~1 # undo last commit -- cgit v1.3