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.2.tar.gz
md5=2cb8275e9ba5d90b6f46d148c947d024
sha512=67b6f0ff1e2fa8419037510c4c3ccd68ddeda98816233849908f69e765ad9d98392c80e985605be6e711a7cfe2321cb6fd243790c916b9d1dcd67b66f7eb858e

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: 19 Jul 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.2/doculib_1.3.2_amd64.deb
sudo dpkg -i doculib_1.3.2_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