MCPcopy Index your code
hub / github.com/ant-arctica/rofi-bookmarks

github.com/ant-arctica/rofi-bookmarks @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
6 symbols 32 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

rofi-bookmarks

Small python script to open firefox bookmarks with rofi.

rofi-bookmarks showcase

Features

  • Icons!
  • Only show bookmarks in a specified bookmark folder
  • Show entire path for bookmarks in folders

How to use

Needs python 3.7 or higher (and rofi)

Put rofi-bookmarks.py somewhere in $PATH and run rofi with:

rofi -show bookmarks -modi 'bookmarks: rofi-bookmarks.py <arguments>'

or add bookmarks: rofi-bookmarks.py <arguments> to modi in config.rasi and then run rofi with

rofi -show bookmarks

Options

  • Specify search-path by adding it as argument (/ separated) rofi-bookmarks.py 'path/to/folder'
  • --separator changes folder separator (default: ' / '), only for display, search path still uses '/' rofi-bookmarks.py --separator '\'
  • --profile changes firefox profile, if default selection isn't the correct one rofi-bookmarks.py --profile alternate-profile

Core symbols most depended-on inside this repo

temp_sqlite
called by 2
rofi-bookmarks.py
default_profile_path
called by 1
rofi-bookmarks.py
path_from_name
called by 1
rofi-bookmarks.py
cache_icon
called by 1
rofi-bookmarks.py
write_rofi_input
called by 1
rofi-bookmarks.py
parent_generator
called by 1
rofi-bookmarks.py

Shape

Function 6

Languages

Python100%

Modules by API surface

rofi-bookmarks.py6 symbols

For agents

$ claude mcp add rofi-bookmarks \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page