藤 means Japanese wisteria. It's also a desktop app to manage bookmarks and take notes.
- Save a link with the og:image
- Add notes to a link
- Add tags to a link
- Search saved links
Currently deb package and macOS app are released on https://github.com/nonbili/fuji/releases.
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 oropenssl-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.
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
.