pap

minimalist scientific paper manager

Pure Nim score 15/100 · last commit 2023-04-28 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2023-04-28
Downloads 0
Last Indexed 2026-08-06 05:22

Installation

nimble install pap
choosenim install pap
git clone https://gitlab.com/maxvi/pap

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
pap - - - - - - -

Source

Repository https://gitlab.com/maxvi/pap
Homepage https://gitlab.com/maxvi/pap
Registry Source gitlab

README

pap: download, tag, and index your scientific papers

pap is a tool for organizing a large collection of PDFs. See pap --help for usage.

Integration with fzf

pap is particularly convenient when used in combination with fzf. For example, using the command

pap ls | fzf --ansi | sed 's/\x1b\[[0-9;]*m//g' | sed -n 's/^\([^:]\+\):.*$/\1/p' | { xargs -r zathura & }

replacing zathura with the PDF reader you prefer, you get a prompt like the following:

screenshot