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.4.tar.gz
md5=81257408b0b7fda315874524b6763873
sha512=c1df6ee99ba2552d3c76f518bdfcdcf3b032f74b805b35deaa71d349f7ff40dcad06f1eddaf008a44defbde90de4463a42ae1184703981e9e986b31a462cb6fc

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: 07 Feb 2023

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.4/doculib_1.3.4_amd64.deb
sudo dpkg -i doculib_1.3.4_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