This commit is contained in:
Stephan Raabe
2024-05-23 14:00:01 +02:00
parent d1cdc5d648
commit 4fea3df1cd
7 changed files with 43 additions and 29 deletions

View File

@@ -1,15 +0,0 @@
#!/bin/bash
# ____ _ _
# | __ ) ___ ___ | | ___ __ ___ __ _ _ __| | _____
# | _ \ / _ \ / _ \| |/ / '_ ` _ \ / _` | '__| |/ / __|
# | |_) | (_) | (_) | <| | | | | | (_| | | | <\__ \
# |____/ \___/ \___/|_|\_\_| |_| |_|\__,_|_| |_|\_\___/
#
# by Stephan Raabe (2023)
# -----------------------------------------------------
selected=$(cat ~/.config/BraveSoftware/Brave-Browser/Default/Bookmarks | grep '"url":' | awk '{print $2}' | sed 's/"//g' | rofi -dmenu -p "Select a Brave Bookmark")
if [ "$selected" ]; then
brave $selected
fi

View File

@@ -1,12 +0,0 @@
#!/bin/bash
# ____ _ _ _
# / ___|__ _| | ___ _ _| | __ _| |_ ___ _ __
# | | / _` | |/ __| | | | |/ _` | __/ _ \| '__|
# | |__| (_| | | (__| |_| | | (_| | || (_) | |
# \____\__,_|_|\___|\__,_|_|\__,_|\__\___/|_|
#
#
# by Stephan Raabe (2023)
# -----------------------------------------------------
rofi -show calc