{% extends "bookmarks/base.html" %} {% block title %}Bunnify - Home{% endblock %} {% block content %}
Smart bookmark manager with instant Chrome and Edge integration. Inspired by Meta’s internal bunnylol address-bar shortcuts — same idea, for your own bookmarks.
Make Bunnify your default search engine in 3 steps:
chrome://settings/searchEnginesedge://settings/searchEngines
Bunnifybhttp://127.0.0.1:8000/search/?q=%sNow you can use it from the address bar:
c → Opens Calendargh → Opens GitHubg django → Google search for "django"pr 12345 → Opens PR #12345This single URL handles all your bookmarks automatically!
Navigate to /<key>/ to be redirected to the bookmark URL.
Example:
/c/ → Redirects to Google Calendar/gh/ → Redirects to GitHubUse the unified search endpoint to access bookmarks with parameters:
Examples:
/search/?q=g django → Google search for "django"/search/?q=pr 12345 → Opens PR #12345/search/?q=pr 12345 Shopify/shopify-build → Override repoVisit /list/ to see all available bookmarks and their keys.
You can also access bookmarks directly via query parameters:
/pr/?pr_number=12345 → Opens PR #12345/g/?search_terms=django+tutorial → Google search