Expand description
Firefox Bookmark Manager library.
Provides functionality for managing Firefox bookmarks through a version-control-friendly workflow.
Structs§
- Bookmark
- A bookmark entry.
- Export
Stats - Statistics from an export operation.
- Import
Stats - Statistics from an import operation.
- Profile
- A Firefox profile discovered from Profile Groups.
- Separator
- A separator entry in a bookmark folder.
Enums§
- Error
- Errors that can occur during bookmark management.
Functions§
- check_
firefox_ not_ running - Check if Firefox is currently running by examining the profile.
- export_
bookmarks - Export bookmarks from database to file tree.
- find_
profile - Find a profile by name (case-insensitive exact match).
- import_
bookmarks - Import bookmarks from file tree to database.
- list_
profiles - List all Firefox profiles from Profile Groups databases.
Type Aliases§
- Result
- A specialized Result type for ffbm operations.