Coder Social home page Coder Social logo

lofloccus's Introduction

LoFloccus

Sync Floccus to a Local Folder!

LoFloccus is a small companion app for Floccus that empowers you to sync your bookmarks with whatever service or tool you would like to!

LoFloccus

Download LoFloccus

Why and How

Floccus (https://github.com/marcelklehr/floccus) is a great browser extensions that allows you to sync your browser bookmarks with your selfhosted server (e.g. Nextcloud or a WebDAV server).

Unfortunately (and due to browser restrictions) you can't store your browser bookmarks in a local file and then sync it with Dropbox, Syncthing, rsync etc. LoFloccus aims to make this possible by introducing a small companion app that is a secure, self-contained WebDAV server.

This tool was designed to:

  1. Accept WebDAV connections from the localhost;
  2. Restrict Floccus access to a single directory and read/write access limited to *.xbel bookmarks files;
  3. Generate a random port, username and password for each setup;
  4. Store your XBEL bookmarks location and other settings across sessions;
  5. Minimize to Windows tray / macOS top menu bar.

Enjoy the best of Floccus and combine it with favourite sync tool!

Compile from Source

LoFloccus was built using Golang and Qt.

Develop

  1. Install Qt
  2. Install https://github.com/therecipe/qt
  3. (Windows only) Add user variable CGO_LDFLAGS: C:\Users\Public\env_windows_amd64_Tools\mingw730_64\x86_64-w64-mingw32\lib\libmsvcrt.a
  4. (Windows only) Add to user Path variable: C:\Users\Public\env_windows_amd64\5.12.0\mingw73_64\bin and C:\Users\Public\env_windows_amd64_Tools\mingw730_64\bin
  5. go run LoFloccus.go!

Deploy for Windows

  1. cd LoFloccus
  2. windres.exe .\Windows.rc -o Windows.syso
  3. qtdeploy build desktop .
  4. Run deploy/windows/LoFloccus.exe!

Deploy for macOS

  1. cd LoFloccus
  2. (Optionally) Install imagemagick brew update && brew install imagemagick
  3. (Optionally) generate-icns-from-svg.sh
  4. (Optionally) Move icon.icns to darwin\Contents\Resources
  5. qtdeploy build desktop .
  6. Run deploy/darwin/LoFloccus.app

lofloccus's People

Contributors

tcb13 avatar caleb85 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.