Search through browser bookmarks and play them with mpv. Currently only supports Firefox.
Python, mpv and fzf should be installed and in your PATH.
- Clone this repository.
- Change the
FIREFOX_PROFILE_DIR
variable inconfig.py
to your Firefox profile directory. You can find this by going toabout:support
in Firefox. - Make
bookmark-player
executable by runningchmod u+x bookmark-player
. - Run
./bookmark-player
.
Create a symbolic link to bookmark-player
in a directory that is in your PATH.