big changes boi
This commit is contained in:
9
.local/bin/bookmark_insert_into_field.sh
Executable file
9
.local/bin/bookmark_insert_into_field.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
BOOKMARKS="$HOME/.local/share/bookmarks/bookmarks"
|
||||
LAUNCHER="$HOME/.config/rofi/launchers.d/rofi_launcher_bookmark_insert.sh"
|
||||
|
||||
sel="$(grep -v '^#' "$BOOKMARKS" | "$LAUNCHER" | cut -d ' ' -f1)"
|
||||
|
||||
[ -n "$sel" ] && wtype "$sel"
|
||||
Reference in New Issue
Block a user