Skip to content

MusicalArtist12/rofi-firefox-bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rofi-firefox-bookmark

A simple shell plugin for rofi to search from your bookmarks and open them either in a new tab or a new window.

install notes:

Make sure to have the some forms of the following lines for the plugin to work.

configuration {
  modi: "bookmark:/path/to/file.sh";
  kb-custom-1: "Shift+Return";
  kb-accept-alt: "Alt+1";        
}

bookmark.sh's UI states "Shift+Return" will open a new window, but this is bound to a keybinding unaccessable in shell plugins. the simple workaround is to just bind it to something else and use that instead.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages