A tool to index your papers/interesting links/... and quickly search through them
OCaml
51
10 commits
updated Dec 26, 2021
Papiers is a tool to index your pdf files/research papers/… and quickly search through them.
opam install batteries yojson ANSITerminal uri camlzip cmdliner cpdf lambda-term if you have opam)src/config.ml if you want to change the default reader for the sources (default: xdg-open), or the colors../configure
make && sudo make install
You can build the html documentation for the papierslib library by running:
make doc
After that the generated documentation will be in the papierslib_api.docdir
directory.
Papiers now works a bit like git: you have papiers repositories; a repository is located in a directory, and index sources that are contained in this directory.
papiers initpapiers doc add interesting_paper.pdfpapiers search keyword1 keyword2papiers --help to see the other possibilitiesA query is more or less simply a list of keywords, that are searched through the documents informations, like the title, authors, sources and tags.
You may want to refine this keyword based search. It is possible in some way by using prefixes:
tag: or ta:, it will only match tags.title: or ti:, it'll search only in titles.a:, au: or author:, only in authors.s:, src: or source:, only in sources.la: or lang:, only for languages.OCaml
99.7%
A tool to index your papers/interesting links/... and quickly search through them
OCaml
51
10 commits
updated Dec 26, 2021
Papiers is a tool to index your pdf files/research papers/… and quickly search through them.
opam install batteries yojson ANSITerminal uri camlzip cmdliner cpdf lambda-term if you have opam)src/config.ml if you want to change the default reader for the sources (default: xdg-open), or the colors../configure
make && sudo make install
You can build the html documentation for the papierslib library by running:
make doc
After that the generated documentation will be in the papierslib_api.docdir
directory.
Papiers now works a bit like git: you have papiers repositories; a repository is located in a directory, and index sources that are contained in this directory.
papiers initpapiers doc add interesting_paper.pdfpapiers search keyword1 keyword2papiers --help to see the other possibilitiesA query is more or less simply a list of keywords, that are searched through the documents informations, like the title, authors, sources and tags.
You may want to refine this keyword based search. It is possible in some way by using prefixes:
tag: or ta:, it will only match tags.title: or ti:, it'll search only in titles.a:, au: or author:, only in authors.s:, src: or source:, only in sources.la: or lang:, only for languages.OCaml
99.7%