Skip to content

nonbili/fuji

Repository files navigation

Fuji (藤)

藤 means Japanese wisteria. It's also a desktop app to manage bookmarks and take notes.

Features

  • Save a link with the og:image
  • Add notes to a link
  • Add tags to a link
  • Search saved links

Install

Currently deb package and macOS app are released on https://github.com/nonbili/fuji/releases.

Build from source

Fuji is written in PureScript Halogen, tauri is used to package Fuji as a desktop app.

Prerequisites

  • yarn or npm
  • spago
  • cargo
  • Development package of openssl, e.g. libssl-dev on Ubuntu or openssl-devel on Fedora
git clone https://github.com/nonbili/fuji
cd fuji
cargo install tauri-bundler
yarn
yarn build

An executable named fuji can be found inside the src-tauri/target/release folder.

Development

git clone https://github.com/nonbili/fuji
cd fuji
yarn
yarn start:ps
yarn dev

Open http://localhost:1234 in Firefox or Chrome. To run inside tauri, run yarn tauri.