buku is a powerful bookmark manager written in Python3 and SQLite3. buku can auto-import bookmarks from your browser(s) or fetch the title and description of a bookmarked url from the web. You can use your favourite editor to compose and update bookmarks. With multiple search options, including regex and a deep scan mode (particularly for URLs), it can find any bookmark instantly. buku can look up the latest snapshot of a broken link on the Wayback Machine. There's an Easter egg to revisit random forgotten bookmarks too! buku is too busy to track you: no hidden history, obsolete records, usage analytics or homing.
buku is a powerful bookmark manager written in Python3 and SQLite3. buku can auto-import bookmarks from your browser(s) or fetch the title and description of a bookmarked url from the web. You can use your favourite editor to compose and update bookmarks. With multiple search options, including regex and a deep scan mode (particularly for URLs), it can find any bookmark instantly. buku can look up the latest snapshot of a broken link on the Wayback Machine. There's an Easter egg to revisit random forgotten bookmarks too! buku is too busy to track you: no hidden history, obsolete records, usage analytics or homing.
To install buku, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install buku
To see what files were installed by buku, run:
port contents buku
To later upgrade buku, run:
sudo port selfupdate && sudo port upgrade buku
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.