1 unstable release
new 0.1.0 | Feb 7, 2025 |
---|
#933 in Web programming
107 downloads per month
19KB
61 lines
IndieBookmarks
A tool for sharing bookmarks, fetching other people's bookmarks and searching for bookmarks.
In this repository
indiebookmarks_shared
This crate contains the shared code between the two tools.
ff-exporter
This tool exports bookmarks from Firefox profiles to json and rss.
Usage
ff-exporter
# 1. Clone the repository
# 2. Install Rust
cd ff-exporter
cargo install --path .
# 5. Go into the dir you want to export the bookmarks to (e.g. `~/Projects/website/static`)
ff-exporter export default-release folder Library # This wil export all bookmarks from the folder "Library" in the default profile.
License
All code in this repository is licensed under the AGPLv3. See the LICENSE file for more information.
Dependencies
~35MB
~639K SLoC