dotfiles/scripts/menu/menu-bookmarks-copy
2025-09-20 20:17:31 -06:00

7 lines
87 B
Bash
Executable file

#!/bin/sh
bm="$(menu-bookmarks)"
if [ -n "$bm" ]; then
printf '%s' "$bm" | clip
fi