-
Right now, `add-folder-name` defaults to an empty string. This makes it fallback to a hash-based name that looks like
```
b752ab6a1728f68a5152191319820bb3-some-author-maybe
```
A value based on th…
-
* papis version (`$ papis --version` or commit number): `0.12`
# how to reproduce the issue
Command and output of `papis --log INFO `: Import from zotero.sqlite
I just want a way to remove all …
-
I'm trying to integrate papis into my vim workflow in a more customized way than https://github.com/papis/papis-vim is currently supporting.
One of the issues that I'm having is that I want to call…
-
* papis version (`$ papis --version` or commit number):
0.11.1
# how to reproduce the issue
If you try to import multiple items from a bibtex file all at once, there doesn't seem to be a way …
-
* papis version (`$ papis --version` or commit number): 0.13
Sometimes multiple downloaders match a given query and download to a document, leading to duplication. It would be nice to have a `papis…
-
papis, version 0.12
ranger/rifle, version 3.10.6
# how to reproduce the issue
If papis is used to open a pdf file from a library (file exists)
```
papis -l mylib open
```
and then an entry is…
-
The `papis_id:xxx` syntax is very handy for scripting. Is there any way this can be used with multiple documents? Of course this doesn't make sense in all use cases but at least for those commands wit…
-
When using `papis -l mylib add somepdfwithdoi.pdf` it works nicely in the case that `mylib` is empty. If not, it complains that (the first article in the mylib) is already in the library. Not sure if …
-
In the GitHub readme the following example is given:
papis add --from-doi 10.1090/noti963 --set tags programming rnoti-p434.pdf
However, the option `--from-doi` doesn't seem to exist. From […
-
I propose changing the configuration
file format of papis from the `INI` file format
into `yaml`.
This would simplify working in the code
with the configuration and we would have a yaml
file in…