mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
2.7 KiB
2.7 KiB
Rofi Websearches and Bookmarks using Surfraw
combining the power of surfraw to handle web searches and bookmarks into the rofi launcher. Bookmarks has tags support, making easier for users to remember all the sh/t they got.
install requirements
rofi
surfraw
code for hotkey
Note: What ever distro you are using, just bind it to a hotkey, it also might be best to create a bash script out of it since some desktop environment hotkey manager does not like direct bash code.
# rofi-surfraw-websearch: web search via surfraw
surfraw -browser=$BROWSER $(sr -elvi | awk -F'-' '{print $1}' | sed '/:/d' | awk '{$1=$1};1' | rofi -kb-row-select "Tab" -kb-row-tab "Control+space" -color-window "#000000, #000000, #000000" -color-normal "#000000, #b3e774, #000000, #b3e774, #000000" -color-active "#000000, #b3e774, #000000, #b3e774, #000000" -color-urgent "#000000, #b3e774, #000000, #b3e774, #000000" -dmenu -mesg ">>> Tab = Autocomplete" -i -p "websearch: ")
# rofi-surfraw-bookmarks: bookmarks with tags via surfraw
surfraw -browser=$BROWSER "$(cat ~/.config/surfraw/bookmarks | sed '/^$/d' | sed '/^#/d' | sed '/^\//d' | sort -n | rofi -color-window "#000000, #000000, #000000" -color-normal "#000000, #b3e774, #000000, #b3e774, #000000" -color-active "#000000, #b3e774, #000000, #b3e774, #000000" -color-urgent "#000000, #b3e774, #000000, #b3e774, #000000" -dmenu -mesg ">>> Edit to add new bookmarks at ~/.config/surfraw/bookmarks" -i -p "bookmarks: ")"
edit or add new bookmarks
vim ~/.config/surfraw/bookmarks
# format example: name url ;; tags
gotbletu https://www.youtube.com/user/gotbletu ;; youtube screencast year of the linux desktop
how to create your own websearches for surfraw (aka elvi/elvis)
references
contact
_ _ _ _
__ _ ___ | |_| |__ | | ___| |_ _ _
/ _` |/ _ \| __| '_ \| |/ _ \ __| | | |
| (_| | (_) | |_| |_) | | __/ |_| |_| |
\__, |\___/ \__|_.__/|_|\___|\__|\__,_|
|___/