Olivier Mangin

Results 51 comments of Olivier Mangin

I can't reproduce this. On my installation, tildes are preserved. As for new lines, as I commented in #170, it is not clear to me what the best behavior is...

Could be a good candidate for next release as is expected to solve also some of the open issues.

Thanks for the feedback! Hopefully #185 should fix the initial issue. I like the `--sort` option idea. It is actually already discussed as #109 and just waiting for an implementation!...

That is indeed the idea. Regarding the format it would be good to be able to reuse as much of an existing one as possible. Good candidates are string `format`...

Thanks @kofm for using pubs and reporting this. I could reproduce the issue; it looks that it is coming from the author customization of the [python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser) library that we use...

I gave it a quick second look and this is indeed an issue of the author customization code that completely ignores the protected substring. I see two ways out of...

Hi @rudrab. Thank you for that. Non-standard bibtex entries are indeed ignored by default. You can change the behavior through the `ignore_nonstandard_types` argument. However the choice of this default can...

Hi @rhaynes74, thanks for trying pubs and reporting this. Sorry for the response latency. Do you have the exact error raised about the file not found? After a quick look...

Yes, that's a good idea for improvement. The list command definitely needs more options for the print format. Maybe `bibtex` should be one of them. This however raises the question...

@dotlambda, as mentioned above the `xargs` command can already read citation keys from `stdin` and use them as argument for pubs, as follows. ```bash pubs list --citekeys-only $query | xargs...