package doculib

  1. Overview
  2. Docs
A GUI for tagging and managing document metadata for books, textbooks, or articles

Install

Dune Dependency

Authors

Maintainers

Sources

v1.3.3.tar.gz
md5=f61df38aca143d539154e90e88a897a4
sha512=34e2bdb9b1aa0908e842a5f64be8b0c1a6cde81b8ef17b0d44167f18cc1ad02d5112a68d51eb1c147bffda95af785e972bb8b62e969ea0e7a283a68baf08eaac

Description

DocuLib manages locally stored libraries of books, textbooks, or articles by keeping track of data such as authors, title, year, tags, and DOI/ISBN. Metadata can be searched through openlibrary.org and semanticscholar.org. DocuLib automatically detects renamed, moved, and duplicate files.

Published: 10 Aug 2022

README

DocuLib

A simple GUI for managing document metadata for books, textbooks, or articles.

Features

  • files can be moved or renamed without losing metadata

  • mark duplicate files

  • metadata includes authors, title, publishing year, tags, bookmark, and DOI/ISBN

  • search for metadata on openlibrary.org and semanticscholar.org

  • manage multiple libraries in different locations

  • error permissive search

Installation

On Debian/Ubuntu:

wget https://github.com/nguermond/doculib/releases/download/v1.3.3/doculib_1.3.3_amd64.deb
sudo dpkg -i doculib_1.3.3_amd64.deb
sudo apt -f install

With the Opam package manager (see how to install opam)

opam install doculib

Dependencies (6)

  1. tls >= "0.13.0"
  2. ocaml >= "4.12.0"
  3. lablgtk3 >= "3.1.2"
  4. metadb = "1.0.2"
  5. cohttp-lwt-unix >= "2.5.0"
  6. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None